a simple meteo app powered by Yahoo! API, demonstration usage of ReactJS and Next
Requirements: node@8
and yarn@1
(node@7
and any yarn
should be fine).
To run it: yarn && yarn build && yarn start
(npm i && npm build && npm start
should be fine) and open any modern browser (like Chrome, Firefox... it should support fetch
API) on localhost:3000.