$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install
or
$yarn install
$ npm start
or
$ yarn start
- Eslint is used to prevent JavaScript error.
- Prettier is an opinionated code formatter.
- ReactJS is used for UI.
- TypeScript TypeScript extends JavaScript by adding types.