express_mongoose_react
v2.0.0
Published
graphql post page
Downloads
7
Maintainers
Readme
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)