Demo code of using React, Unstated, and TypeScript.
yarn
Run in dev mode with auto reload:
yarn dev
Run in production mode:
yarn start
Open browser at http://localhost:8080
.
yarn test
Coverage reports can be found at <project-root>/report/coverage
.
yarn lint
yarn build --analyze
The generated analysis report can be found at <project-root>report/bundle-analysis.html