Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 295 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 295 Bytes

weather

A web application showing data from Emil's weather station @ bergetvidhandfatet.

Installation

git clone https://github.com/magjac/weather
cd weather
cd front-end
npm install

Start back-end

./server.py

Start front-end

cd front-end
npm run start