/finpro

angular 2 app for creating lists of stocks to monitor live

Primary LanguageJavaScript

Finpro

An Angular 2 web application for creating watchlists of stocks to monitor.

To work on this project:

  • Run npm install inside the project folder to download all the dependencies. This only needs to be done once.
  • Run npm run build to compile the TypeScript code in the src folder into ES5 code into the app folder.
  • Run npm run serve to start a local development web server. You can now access the application at localhost:8080.