-
Install create-react-app globally
npm install -g create-react-app
-
Create a new application
create-react-app <name-of-application>
-
Run server
npm start
inside of the applications directory.
Cheat Sheet for create-react-app
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment