This is a simple mean stack application build from scratch using MongoDB, Express, Angular CLI. and NodeJs.
-
npm install this will install all necessary packages for backend
-
run your local mongodb server
-
npm start this will start the application
- change your current directory to angular-src folder
- npm install
- ng serve this command will start the front end application
once your implemenation is done run ng build note: configure your output folder in angular-src/.angular-cli.json command will push all the changes to public folder
This code is an example at Traversy Media