- node
- npm / yarn
-
git clone
-
change .env.example to .env or create .env file and copy the content inside
-
change your VITE_APP_URL (url of server front) and VITE_API (base url of api) depending on your server
npm install / yarn
npm run dev / yarn dev