Skip to content

Commit 892792b

Browse files
removed Cloud Foundry (deprecated) deployment instructions
1 parent 536ce86 commit 892792b

File tree

4 files changed

+25
-46
lines changed

4 files changed

+25
-46
lines changed

sample-angular-app/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,46 @@
22

33
# Getting Started with Sample Angular App
44

5-
Sample Angular App is a simple angular web app that can be used as a template/starting point for working with Angular Web framework.
5+
Sample Angular App is a simple angular web app that can be used as a template/starting point for working with Angular Web framework.
66

77
Instructions to run the Sample Angular App;
8+
89
1. [Local Development](#run-the-sample-react-app-for-local-development)
910
2. [IBM Cloud](#run-the-sample-react-app-on-IBM-cloud-for-free)
1011

1112
### Run the Sample Angular App for local development
13+
1214
#### Pre-requisites
15+
1316
1. [Install Node and NPM](https://nodejs.org/en/download/)
1417

1518
#### Build the App
19+
1620
- Start a terminal/CMD in `~/Project-Sample/sample-angular-app` directory.
1721
- Execute command `npm install`.
1822

1923
#### Run the App
24+
2025
- Execute command `npm start` or `ng serve`.
2126
- Open a web browser and enter `http://localhost:4200`.
2227

2328
### Deploy and Run the Sample Angular App on IBM Cloud for Free
29+
2430
#### Pre-requisites
31+
2532
1. IBM Cloud Account:
26-
- [Create free IBM Cloud account with $200 USD in credits](https://developer.ibm.com/callforcode/get-started/)
33+
- [Create free IBM Cloud account with $200 USD in credits](https://developer.ibm.com/callforcode/get-started/)
2734
2. [Install Node and NPM](https://nodejs.org/en/download/)
2835

2936
#### Build the App for production
37+
3038
- Start a terminal/CMD in `~/Project-Sample/sample-angular-app` directory.
3139
- Execute command `npm install` and `npm run build-prod`.
3240

3341
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.
3442

3543
#### Deploy the App on IBM Cloud
3644

37-
The App can deployed on IBM Cloud for free with following two free services;
45+
The App can deployed on IBM Cloud for free with following;
46+
3847
1. [IBM Cloud Object Storage](./docs/IBM_CLOUD_OBJECT_STORAGE_DEPLOYMENT.md)
39-
2. [IBM Cloud Foundry](./docs/IBM_CLOUD_FOUNDRY_DEPLOYMENT.md)

sample-angular-app/docs/IBM_CLOUD_FOUNDRY_DEPLOYMENT.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

sample-react-app/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,50 @@
22

33
# Getting Started with Sample React App
44

5-
Sample React App is a simple react web app that can be used as a template/starting point for working with React Web framework.
5+
Sample React App is a simple react web app that can be used as a template/starting point for working with React Web framework.
66

77
Instructions to run the Sample React App;
8+
89
1. [Local Development](#run-the-sample-react-app-for-local-development)
910
2. [IBM Cloud](#run-the-sample-react-app-on-IBM-cloud-for-free)
1011

1112
### Run the Sample React App for local development
13+
1214
#### Pre-requisites
15+
1316
1. [Install Node and NPM](https://nodejs.org/en/download/)
1417

1518
#### Build the App
19+
1620
- Start a terminal/CMD in `~/Project-Sample/sample-react-app` directory.
1721
- Execute command `npm install`.
1822

1923
#### Run the App
24+
2025
- Execute command `npm start`.
2126
- Open a web browser and enter `http://localhost:3000`.
2227

2328
#### Run App tests
29+
2430
- Execute command `npm test`.
2531

2632
### Run the Sample React App on IBM Cloud for Free
33+
2734
#### Pre-requisites
35+
2836
1. IBM Cloud Account:
29-
- [Create free IBM Cloud account with $200 USD in credits](https://developer.ibm.com/callforcode/get-started/)
37+
- [Create free IBM Cloud account with $200 USD in credits](https://developer.ibm.com/callforcode/get-started/)
3038
2. [Install Node and NPM](https://nodejs.org/en/download/)
3139

3240
#### Build the App for production
41+
3342
- Start a terminal/CMD in `~/Project-Sample/sample-react-app` directory.
3443
- Execute command `npm install` and `npm run build`.
3544

3645
A production ready app's build folder with all dependencies will be created in the `~/Project-Sample/sample-react-app/build` directory.
3746

3847
#### Deploy the App on IBM Cloud
3948

40-
The App can deployed on IBM Cloud for free with following two free services;
49+
The App can deployed on IBM Cloud for free with following;
50+
4151
1. [IBM Cloud Object Storage](./docs/IBM_CLOUD_OBJECT_STORAGE_DEPLOYMENT.md)
42-
2. [IBM Cloud Foundry](./docs/IBM_CLOUD_FOUNDRY_DEPLOYMENT.md)

sample-react-app/docs/IBM_CLOUD_FOUNDRY_DEPLOYMENT.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)