Skip to content

Instantly share code, notes, and snippets.

@jasonlucas907
Last active December 7, 2017 20:27
Show Gist options
  • Save jasonlucas907/f856e42aa7f82647c90a112a1d8e045a to your computer and use it in GitHub Desktop.
Save jasonlucas907/f856e42aa7f82647c90a112a1d8e045a to your computer and use it in GitHub Desktop.

CREATE REACT APP

npm docs

Install Create React App Globally

npm install -g create-react-app

Create React Project

create-react-app project-name

Commands

npm start - start server

npm run build - bundles for production and creates a folder

npm test - runs testing

npm run eject - allows you to customize config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment