This is the boilerplate to create a new React Application with Create React App as base using Typescript and providing integrations with Redux, Redux Saga, React Router and Material UI.
$ git clone https://github.com/Ideas2IT/cra-redux-saga-ts.git <your-project-name>
$ cd <your-project-name>
$ npm i | yarn install
Then start create-react-app dev-server
$ npm start | yarn start
Builds the app for production to the build folder
$ npm run build | yarn run build
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks. You can find the most recent version of this guide here.