Demo of the boilerplate in action.
This is a React client, Node.js server boilerplate of a single codebase project. Basic functionality is implemented in both server and client.
The server support local authentication using Passport.js, data storage using MongoDB
The React client integrates redux and allows user registration and login against the server.
make sure MongoDB is running on port 27017
npm install -g webpack
npm install
npm start
This is a work in progress :)