Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 571 Bytes

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