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
Running the Server
node server.js
First you create server.js file in the project