- Running React in your browser & Hello World! exercise
- JavaScript and JSX
- Build a React web app using
create-react-app
-
Familiarize yourself with basic HTML and JavaScript - you can read this online JS Tutorial (https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript).
-
Download and install a good text editor. We recommend Visual Studio Code (VSCode) (https://code.visualstudio.com).
-
Install NodeJS in your computer (https://nodejs.org/en/). We recommend getting the latest version (v10.4.x).
-
Install
http-server
npm install -g http-server
-
Install
create-react-app
npm install -g create-react-app
-
Ensure Node JS and NPM are installed:
node --version npm --version
-
Check your
create-react-app
is installed:create-react-app --version
We recommend using the Google Chrome browser. You should also install this extension: