benstokoe / flux-react-reddit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flux React Reddit

Reddit client made in Flux with React front end

Running

You must have npm installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

gulp

This will perform an initial build and start a watcher process that will update build.js with any changes you wish to make. This watcher is based on Browserify and Watchify, and it transforms React's JSX syntax into standard JavaScript with Reactify.

To run the app, spin up an HTTP server and visit http://localhost/.../todomvc-flux/. Or simply open the index.html file in a browser.

Notes

Uses Immutable.js. Not sure if it's the best practice what I did but still learning.

Todo

  • Handle loading errors
  • ...
  • Styling

About


Languages

Language:JavaScript 53.5%Language:CSS 45.2%Language:HTML 1.3%