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
- 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)
Stock Manager |
---|
Stock Manager - Home | Stock Manager - Home |
---|---|
- Open terminal in the web app folder:
./stock-manager-app/
- Run
ng serve --open
in a command line terminal for a dev server. - The app will automatically open on your default brownser at
http://localhost:4200/
. - If you have changed any of the source files, the server apply it automatically and reload the dev server.
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.