codeschool / WatchUsBuild-React

Code sample for the Watch Us Build episode that focused on React

Home Page:http://codeschool.github.io/WatchUsBuild-React/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel with Gulp

Starter code for transpiling ES2015 (including modules) with Babel, Gulp and Browserify.

Installing

  1. Clone the repo
  2. npm install -g gulp to install Gulp globally.
  3. npm install to resolve project dependencies.

Using

Run npm start from the command line and you are good to go!

The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.

Our resulting code ends up in the public directory.

Watch the videos

A Code School subscription is required before watching the videos. Don't have one yet? Sign up today!

About

Code sample for the Watch Us Build episode that focused on React

http://codeschool.github.io/WatchUsBuild-React/demo


Languages

Language:CSS 56.3%Language:JavaScript 33.5%Language:HTML 10.1%