Skip to content

boiler plate code of react and redux as a frontend and nodeJs, expressJs and mongoDb as rest service to start quick.

Notifications You must be signed in to change notification settings

mave108/react_redux_kick_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react_redux_kick_starter

Signin, Signup, User managment, Admin dashboard

Getting Started

git clone https://github.com/mave108/react_redux_kick_starter.git
cd to the project directory

To run client 
cd  /client 
npm install 
npm run start

To run service need to start mongoDb server first

To run service 
cd server
npm install
npm run dev

About

boiler plate code of react and redux as a frontend and nodeJs, expressJs and mongoDb as rest service to start quick.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published