Skip to content

Instantly share code, notes, and snippets.

@dheeraj-thedev
Forked from vigzmv/requirements.md
Created January 14, 2018 09:20
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 dheeraj-thedev/f50070d9fd188a61798b5468868944fd to your computer and use it in GitHub Desktop.
Save dheeraj-thedev/f50070d9fd188a61798b5468868944fd to your computer and use it in GitHub Desktop.
Into the React - Requirements

Please make sure you have the following requirements installed on your systems before the event.

1. Chrome: Latest or at least > 62

Get Chrome

2. Node: Latest or at least > 9.2 and (npm > 5.5 and/or yarn > 1.3)

Get Node

Check your node version

3. Git: Latest or at least > 2.1

Get git

Check your git version

4. A Nice code editor (VsCode, Sublime, Atom)

5. Node dependencies:

  • http-server
  • browser-sync
  • create-react-app
  • parcel-bundler

Install these node dependencies by doing

# For Mac/Linux
sudo npm install -g http-server browser-sync create-react-app parcel-bundler

# For Windows
npm install -g http-server browser-sync create-react-app parcel-bundler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment