Once you've installed dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
git checkout -B branch_name
The branch_name
should be concise but descriptive. E.g., if making a page for profile settings, a branch name can be profile_settings
.
After completing the objective of the branch, create a pull request on GitHub. Never commit directly to the main branch. Also, no need to merge unless you are used to working on a team with various branches and have merged with complex conflicts before.
To deploy your app, you may need to install an adapter for your target environment.