Skip to content

Commit 96ceea7

Browse files
Create README.md
1 parent 5be6dd5 commit 96ceea7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# ionic3_angular5_rest
2+
Ionic 3 Consuming REST API using Angular 5 HttpClient.
3+
4+
To deploy:
5+
6+
-Clone this repository
7+
-Run 'npm install'
8+
-Install JSON Server by 'npm install -g json-server'
9+
-Start JSON Server by 'json-server --watch db.json'
10+
-Run 'ionic serve --lab' or 'npm run ionic:serve'
11+
12+
If you want to use free REST API testing endpoint from JSONPlaceholder, then replace "apiUrl = 'https://jsonplaceholder.typicode.com'" in 'providers/rest/rest.ts'.

0 commit comments

Comments
 (0)