Skip to content

This is the AngularJs 2 Application. Please use angular cli to run it.

Notifications You must be signed in to change notification settings

ramsingh83/MonitoringApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Angular 2: Monitoring Application.

Author

Ram Singh

License

unlicense

Info

This application using webpack for compiling and building .
App is depend on nodejs rest service to fetch data. first you need to setup apiService server app. execute cd path apiService execute npm install

then run command node index.js

this will host the service at port 8080.

Dev Setup

1-git clone directory from path. 2-open command line and navigate to MonitoringAPP folder

WINDOWS only. In terminal as administrator

npm install -g node-pre-gyp
npm install -g rxjs@^5.0.1
npm install -g @angular/cli

3-execute 'npm install' command
4- after npm packages installed execute 'npm start' command.

This will create a virtual "dist" folder that will be livereloaded at your localhost address.

5- open browser and put url http://localhost:3000.

#Prod Setup execute 'npm run build'.
This will create a physical "build" folder version that can be sent to a webserver.
The dist folder is 7.8MB but only 234KB is actually required to load the page in a web browser.

About

This is the AngularJs 2 Application. Please use angular cli to run it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.2%
  • TypeScript 14.2%
  • JavaScript 10.3%
  • HTML 3.3%