Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 380 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 380 Bytes

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