Skip to content

naveed547/Build

Repository files navigation

Build

Angular2NodeGrunt

This project is for those who are learning Angular2 with node and Grunt build automation.

This project is still under development. Once done will update it in this file, till then it is in development.

Key Things Implemented

  • Angular2 using TypeScript
  • Grunt Usage to compile ts.
  • Mean App
  • MongoDB usage
  • Node Usage
  • Angular2 route Single App and Resolve

How to run this project

  • Download the project.
  • Install node js.
  • Check if installed properly.
  • Open cmd and point it to your project fs.
  • Type npm install and enter. (Downloads all the node packages required for the project and grunt task files.)
  • Type grunt and enter. (Front end task runner, copy--compile ts , concatenation and watch for changes.)
  • Open new cmd window ,point it to your project fs and type node server.js