Project is written in React + Redux using the following useful libs:
- axios
- Redux-Saga
- Reselect
- Redux-Immutable
- React-Router
- Semantic-UI-React
- Validator
- crypto-js
Go to project directory and install dependencies.
npm i
npm run start:dev
npm run build
npm start
Project has webpack configurations organized for both development and production versions, using several webpack plugins like compression, uglify, sass loader, typescript loader, etc.