Sample Angular App is a simple angular web app that can be used as a template/starting point for working with Angular Web framework.
Instructions to run the Sample Angular App;
- Start a terminal/CMD in
~/Project-Sample/sample-angular-app
directory. - Execute command
npm install
.
- Execute command
npm start
orng serve
. - Open a web browser and enter
http://localhost:4200
.
- IBM Cloud Account:
- Install Node and NPM
- Start a terminal/CMD in
~/Project-Sample/sample-angular-app
directory. - Execute command
npm install
andnpm run build-prod
.
A production ready, optimized app dist folder with all dependencies will be created in the ~/Project-Sample/sample-angular-app/dist/sample-angular-app
directory.
The App can deployed on IBM Cloud for free with following two free services;