Eric Greene - http://t4d.io - LinkedIn
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
- Day 1 - JavaScript
- Day 2 - React
- Day 3 - Angular
- Eric's Blog
- WintellectNOW - Special Offer Code: GREENE-2016
- React Blog Posts
- TopTal Angular Directive
- React SitePoint
- JavaScript Blog Posts
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