Skip to content

thetechdevs/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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