Skip to content

Instantly share code, notes, and snippets.

@jmas
Created February 12, 2018 21:53
Show Gist options
  • Save jmas/19fbabb7313e8113e4e9cfa13609bb5b to your computer and use it in GitHub Desktop.
Save jmas/19fbabb7313e8113e4e9cfa13609bb5b to your computer and use it in GitHub Desktop.
How to start with react
  1. Install NodeJS from https://nodejs.org/uk/ (apt-get, brew)
  2. Should be shure that you have installed NPM
  3. npm install -g create-react-app
  4. create-react-app my-app
  5. cd ./my-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment