Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.97 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.97 KB

egghead react flux architecture

Egghead React Flux Example App

This app requires node.js!

With node installed, you will also need to install gulp globally:

npm i -g gulp

Now, from the project directory of the master branch install the local dependencies:

npm install

Now run gulp in the project folder. This builds the project in the dist folder and watches for any changes. You can serve the dist folder. httpster is a great option for this (npm i -g httpster).

Find the React Flux Architecture video lesson series on egghead.io.

You can switch branches to switch to a particular lesson: