Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 383 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 383 Bytes

Frontend Engineer Assessment by Fabio Carbone

Mady with React, Typescript and Vite

Install the dependencies:

  • npm install

Configure:

VITE_WEATHER_API_KEY=

Run locally:

  • npm run dev

Build:

  • npm run build

Test:

  • npm run test