Skip to content

Instantly share code, notes, and snippets.

@goofballLogic
Last active May 9, 2018 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofballLogic/fab21cf0ea8daeb403f99f69b445afad to your computer and use it in GitHub Desktop.
Save goofballLogic/fab21cf0ea8daeb403f99f69b445afad to your computer and use it in GitHub Desktop.
Bog standard create-react-app

We're assuming you already have node.js installed

1. Install the create-react-app package:

npm install -g create-react-app

2. Create an application:

create-react-app hello-world

3. Run the app

cd hello-world
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment