Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 452 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 452 Bytes

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.