Skip to content

Commit 2b300fe

Browse files
authored
Update README.md
1 parent 9fc47ef commit 2b300fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# vue-presentation-app
1+
Presentation app that will host weather forecast and viewed in the social zone at the office (DNV Trondheim)
22

3-
npm install
3+
Use npm/yarn install to install the dependencies
44

5-
>>npm run serve
6-
>>npm run backend
5+
For local development it is recommended to use json-server (or similar) and host the weather data. This will ensure that you are not calling an external API everytime the code changes and reloads. To run a local API host, run "npm run backend"

0 commit comments

Comments
 (0)