This project is the boilerplate to start a new project it comes with several configurations.
Technologies | Documentation |
---|---|
React | https://reactjs.org/ |
TypeScript | https://www.typescriptlang.org/ |
Redux | https://redux.js.org/ |
Eslint | https://eslint.org/ |
Prittier | https://prettier.io/ |
Webpack | https://webpack.js.org/ |
Command | Description |
---|---|
yarn or yarn install | To install all required dependencies and devDependencies. |
yarn dev | To start the local server ion development mode. |
yarn build:prod | To build the project in production mode. |