- TypeScript (https://www.typescriptlang.org/)
- React (https://reactjs.org/)
- MobX (https://mobx.js.org/README.html)
- Jest (https://jestjs.io/)
- Enzyme (https://enzymejs.github.io/enzyme/)
- React-Testing-Library (https://testing-library.com/docs/react-testing-library/intro)
- SASS (https://sass-lang.com/)
- MaterialUI (https://material-ui.com/)
- AWS Amplify (https://aws.amazon.com/amplify/)
yarn install
In order to run the client in development mode, open a terminal window and type (any change into the code will rebuild the code):
yarn start
Now open http://localhost:8080/ in a browser.
In order to deploy the app, run the following commands:
yarn install
yarn build
To run the tests and check the coverage run
yarn test