Skip to content

An extension to Create-React-App with additional features...

Notifications You must be signed in to change notification settings

Ideas2IT/cra-redux-saga-ts

Repository files navigation

cra-redux-saga-ts

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.

Features!

Quick Overview

$ 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.