Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 660 Bytes

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/.