yarn start
- Starts a dev server on http://localhost:3000 with hot loading.yarn build
- Does a production build in dist.yarn lint
- Runs the linter to check for style issues.yarn test
- Runs the tests.
- Typescript
- Babel
- Webpack
- Hot loading
- Minifies with UglifyJS
Names should be set in:
- title in index.html
- name, description, urls in package.json
- names, urls in deploy.sh