Inspired by:
- Material-UI
- Typescript
- React
- Redux
- Redux-Thunk
- React Router
- Redux DevTools Extension
- TodoMVC example
- Hot Reloading
- PWA Support
Download or clone this repo
git clone https://github.com/innFactory/create-react-app-material-typescript-redux
cd create-react-app-material-typescript-redux
Install it and run:
npm i
npm start
Just comment in the following line in the index.tsx
:
// registerServiceWorker();
to
registerServiceWorker();
This example demonstrate how you can use Create React App with TypeScript.
Powered by innFactory