Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 382 Bytes

Nordic Strava Web Application

The Nordic Strava Web Application is a single-page application (SPA) developed with React in TypeScript.

Vite is used as the frontend toolchain.

Set up

npm ci

Running

npm start

Running the tests

You can then run the tests using

npm test