cra-template-reactjs-redux

The reactjs-redux template for Create React App.


Keywords
react, create-react-app, template, thetechdevs, reactjs-redux
License
MIT
Install
npm install cra-template-reactjs-redux@1.0.0

Documentation

Getting Started with thetechdevs template of Create React App

Templates for personal projects

ReactJs basic template

npx create-react-app my-app --template reactjs-basic

# or

yarn create react-app my-app --template reactjs-basic

ReactJs context api template

npx create-react-app my-app --template reactjs-context-api

# or

yarn create react-app my-app --template reactjs-context-api

ReactJs redux template

npx create-react-app my-app --template reactjs-redux

# or

yarn create react-app my-app --template reactjs-redux