Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.61 KB

Stock Manager Web App

This application is a Stock Manager Application whose aims is to manager stock quotes.

🔗 You can access this application by this link: Stock Manager Web App

Stack of Development

  • JavaScript (ECMAScript)
  • TypeScript (version 4.2.3)
  • Angular (version 12.0.1)
  • Angular CLI (version 12.0.1)
  • Nodejs (version 14.17.0)
  • Node Package Manager - NPM (version 6.14.13)

Application Images

Stock Manager
Stock Manager - Home Stock Manager - Home

Run this web app on localhost

  1. Open terminal in the web app folder: ./stock-manager-app/
  2. Run ng serve --open in a command line terminal for a dev server.
  3. The app will automatically open on your default brownser at http://localhost:4200/.
  4. If you have changed any of the source files, the server apply it automatically and reload the dev server.

Further help

To get more help on the Angular CLI use ng help in a command line terminal or go check out the Angular CLI Overview and Command Reference page.