This is a sample application in angular 4 running html,css and js
You can see the live demo at
https://netdeamon.github.com/angular-fiddle/
Clone the application to your local drive
git clone https:n//github.com/netdeamon/angular-fiddle.git
Then install the npm dependencies in the project folder
npm install
This project requires
Library | Version |
---|---|
Angular | 4.x |
npm (angular dependency) | > 3.x |
node (angular dependency) | > 6.9 |
In order to start the application, run the command
npm start
It will start the server locally in 4200 port. You can access it at http://localhost:4200