v1.0.0
- nodejs: https://nodejs.org/
- reactjs: https://reactjs.org/
- materialui: https://material-ui.com/
- Install typescript globally
npm install -g typescript
- Install npm dependencies by running
npm install
- Update the following configurations on
{root}/.env
- run
npm start
it will listen to http://localhost:8384
- start all test by running
npm run test
- start typescript linter
npm run lint