/react_05112016

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to Introduction to JavaScript, React & Angular!

Instructor

Eric Greene - http://t4d.io - LinkedIn

Schedule

Class:

  • Wednesday - 1:30pm to 5pm
  • Thursday & Friday - 9am to 5pm

Breaks:

  • Morning: 10:25am - 10:35am
  • Lunch: Noon to 1pm
  • Afternoon #1: 2:15pm-2:25pm
  • Afternoon #2: 3:40pm-3:50pm

Course Outline

  • Day 1 - JavaScript
  • Day 2 - React
  • Day 3 - Angular

Links

Instructor's Resources

Other Resources

Setup Instructions

Prerequisites: Node.js (version 4 or later) and Git need to be installed, if they are not already

Step 1: Using Git, clone the class repository: https://github.com/training4developers/react_05112016.git

Step 2: From the terminal, change to the repository folder.

Step 3: From the terminal, run the following commands:

$ npm i

$ npm i -g gulp eslint eslint-plugin-react webpack babel-cli babel-eslint

$ gulp

Step 4: Open a new terminal window, change to the project folder.

Step 5: From the terminal, run the following command:

$ gulp server

Step 6: Open a web browser, and navigate to http://localhost:3000