2.0.0 • Published 7 years ago

magenic.manpower v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Angular 2 Web application pre-requisites

  • node.js
    • use the LTS recommended version, this already includes npm and the http-server
  • Visual Studio Code
    • this is a free visual studio light-weight editor
    • already includes a terminal window where you can call CLI commands
  • Git

To run the web app using Visual Studio Code

  • Open the Magenic.Manpower web solution folder.
  • Open the terminal window Ctrl+`
  • install the dependency modules by calling npm install
  • after installation, type in npm start to execute the scripts in the package.json file
    • this file has the scripts property that consists of the steps to run to serve the application
    • this also has the setup to monitor the changes in your files to refresh what is currently served on the client