- change "name" in
package.json
- change the title of this README
- update the "Action Status" badge svg url to point at the correct repo
- delete this TODO section (use GitHub issues, or something intead)
npm start
npm test
: runs the unit testsnpm run test:watch
: runs the unit tests in watch-modenpm start
: runs the appnpm run precommit
: runs the tests, formatter, etc. as the git precommit hook wouldnpm run prettier
: formats this project's code with 'prettier'
See the contributing guide