Skip to content

akbaruddin/react-practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react practices

Create React Project - npm
npm init react-app <project>

# example
npm init react-app myapp
Create React Project - yarn
yarn create react-app <project>

# example
yarn create react-app myapp

Releases

No releases published

Packages

No packages published