Contents

Introduction of Redux

Create template project

Pre-requisite

Install template

1
npx create-react-app . --template redux

Then you can start template project by:

1
npm start

Reference