- In the root directory, run
npm cito install all the project dependencies - Run
npm startto start the dev server - Navigate to http://localhost:1234 (or the url provided after running
npm start)
Below are a list of commands used for development. The logic for all the commands is in the local package.json
npm start- starts a server hosting the webapp on localhost using Parcel and will watch for changesnpm run build- builds a final distributable using Parcelnpm test- runs tests in Jest watch loopnpm run deploy- builds the project and pushes it to agh-pagesbranch which you can access by going to the gh-pages url for your project.