- Install node.js LTS
- Install yarn
- run
yarn
to download all npm packages - run
yarn dev
to build for development - navigate to localhost:3000 to view app in browser
- refresh page when changes are made
- most changes should not require to re-run
yarn dev
- most changes should not require to re-run
- run
yarn build
- output will be placed in /dist folder on your computer
- Note: this file is not to be checked into source control