GROUPOMANIA FRONTEND Project setup npm install Create .env file in root folder and create following environment variables: PORT=8000 API_URL=YOUR_API_URL Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Lints and fixes files npm run lint Customize configuration See Configuration Reference.