Skip to content

AthletX-org/athletx-client

Repository files navigation

AthletX Frontend

Repository for AthletX Frontend.
The Frontend is made with Vue.js 3.

Setup

Install all dependencies with:

npm install

To run the app in localhost in development mode:

npm run serve

To build the app for production:

npm run build