/real-world-react

An intro to React + Flux + Feathers with some ProTips thrown in.

Feathers + React + Flux Chat

An example chat application using React + Flux + Feathers

Getting Started

  1. Install homebrew

  2. Install NodeJS and npm

    brew install nodejs
    
  3. Install dependencies

    npm install
    
  4. Start the app.

    npm start
    

    This will start your dev server, watch the files and recompile them every time they change.

  5. Navigate to http://localhost:1337/.