Skip to content

mdshohelrana/mean-stack

Repository files navigation

MEAN Stack Angular Nodejs MongodbMIT license

This is the MEAN stack development project with angular6, nodejs, expressjs, mongodb developed by Angular CLI and visual studio code tools.

This project uses the MEAN stack:

Other tools and technologies used:

Prerequisites

  1. Install Node.js and MongoDB
  2. Install Angular CLI: npm i -g @angular/cli
  3. From project root folder install all the dependencies: npm i

RUN

  1. Run mongod and mongo serices (If you get any error like connection faild, just create the folder C:\data\db)
  2. npm run dev: concurrently execute MongoDB, Angular build, TypeScript compiler and Express server.
  3. npm run prod: run the project with a production bundle and AOT compilation

Preview

Preview

Author