Getting started with angular 4

Working with MEAN Stack using Angular 4

Posted by Sesha Sai Srivatsav on August 24, 2017

Angular is a front end framework that powers many applications. In this articel we will help you get started build your own web app

Getting started

Initial Setup

Here is an example of the HTML we put in our page to show it:

                       
npm install
git clone
                       
                

Running the Client

We run npm start

home page After running the code, this is what you see.

Running the Server

node server.js

First you create server.js file in the project