Development Study/Frontend
[Quick Tips] Create New React Project
ThreeLight
2023. 1. 16. 03:43
728x90
1. Choose your directory
2. Put this command in the terminal
npx create-react-app mynewproject
!Caution : You can use only lower case letter when you create your project
ex) myNewProject(x), mynewproject(O)
3. Now you can create new React Project!
Happy Hacking!
End
728x90