-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add app backend and frontend information
- Loading branch information
1 parent
a47e471
commit c436e1a
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |