Skip to content

React client and Node.js server single codebase boilerplate

Notifications You must be signed in to change notification settings

AviranAbady/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published