- React 16
- React-Toolbox (Material Design)
- React-Router
- redux
- PouchDB
- Jest, for unit tests
- Cypress, for integration tests
- etc
- ... and it works offline!
npm install -g yarn && yarn
and BOOOM!
Development mode
yarn start
... and access http://localhost:8080
Build Web package
yarn build
The files will be located in the folder www
.
The project is covered by tests using Jest and Cypress.
To run them once, execute:
yarn test