AviranAbady / react-boilerplate

React client and Node.js server single codebase boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

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.

Install

make sure MongoDB is running on port 27017

npm install -g webpack

npm install

Use

npm start

Please note

This is a work in progress :)

About

React client and Node.js server single codebase boilerplate


Languages

Language:JavaScript 93.6%Language:HTML 6.4%