Skip to content

Commit

Permalink
add app backend and frontend information
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelalvin authored Sep 20, 2017
1 parent a47e471 commit c436e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/fetch-data-from-api/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# fetch-data-from-api
This example app consists of a backend and a frontend. The backend uses Express as its framework and the startup file is located in the `root` folder. The frontend is located in the `src` folder.
## Installing This App
Execute these commands in the terminal.
```
npm install
npm start
```
Use `npm test` to tests the code using Karma and Jasmine.
Use `npm test` to tests the code using Karma and Jasmine.

0 comments on commit c436e1a

Please sign in to comment.