Skip to content

harisbarki/mean-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Seed

MongoDB with Mongoose

Express

Angular 6

NodeJS

Start

Run npm start to run the prod version.
Look in package.json for more npm scripts.

Run npm run hmr to run the hmr for client side.
Run npm run back to run the server code. This will watch the server code. This will also run it in debug mode with which you can debug in Chrome dev tools

Build

Run npm run build to build the prod client. The build artifacts will be stored in the server/client_dist/ directory.