Basic skeleton of a react/flux web app for FB based login
- Node.js
- Bower
- MongoDB
- gulp
- nodemon
Run gulp to generate public files.
Run command npm start in terminal and open localhost:3000 in browser.
You may find comfortable to use combination of gulp and npm run watch, both run in separate terminal windows.