2.0.0 • Published 5 years ago

express_mongoose_react v2.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Project setup

run npm install in server and client folder by

switch directory to server npm install switch directory to client npm install

You can change the configuration details like route and db setting can be done in config.js file in server

after pulling the code install globally concurrently module to run both server and client if you wish to run separately run as npm run server , npm run client

to run both npm run both (Switch run both the server and client)