Make sure you have these Node(^10.15.3), npm(v6.4.1) and yarn(^1.15.2) are essential to run this project.
1. Install dependencies
yarn install
3. Run development server
yarn start
Development server should run at http://localhost:3000/
- Yarn - dependency manager
- Node - package manager
- Babel - ES6 transpiler
- React - interfaces
- react-router - react application router
- react-redux - react bindings for redux
- SASS - styles
- ESLint - linter
Production build
yarn build