/mean-stack-boilerplate

A boilerplate to start an app on top of MongoDB, Express.js, Angular(latest version) & Node.js along with UI & Unit Testing tools

Primary LanguageTypeScript

mean-stack-boilerplate

A boilerplate to start an app on top of MongoDB, Express.js, Angular(latest version) & Node.js along with UI & Unit Testing tools

Setting up project

There are intstruction to set-up project locally

Pre-requisites

  • NodeJS 6.X or higher
  • Angular 6 or higher
  • MongoDB Community edition

installation procedure

  1. cd into the Project folder and Run npm install to download the required packages.
  2. Run npm start to start node server(Server will start on port 3000 on your local machine)
  3. cd into angular-cli folder and Run npm install to download the required Angular Packages.
  4. Once all packages of Angular downloaded,Run ng serve in angular-cli folder to start Angular server.(Server will start on port 4200 on your local machine)

Here u succesfully install MEAN app on your machine!! Happy Coding