Skip to content

berkeleycole/egghead-react-flux-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • HTML 2.5%