Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 711 Bytes

Angular with Node.js

This Project uses is in Angular 8.0.1 and Angular Material 8.0.1 with Node.js v10.15.3

Following Steps to run this Project

  • at /Angular-with-node directory opens a Terminal or Command Prompt.
  • type command npm install to install all of the dependencies.
  • after run command npm start to starting the server at port number.
  • Before You run this node.js Server go to /app directory and perform following step
    • at /Angular-with-node/app directory opens a Terminal or Command Prompt.
    • type command npm install to install all of the dependencies.
  • open your favourite browser and request url localhost:<PORT NO> displayed in your terminal port no.