You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presentation app that will host weather forecast and viewed in the social zone at the office (DNV Trondheim)
2
2
3
-
npm install
3
+
Use npm/yarn install to install the dependencies
4
4
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