npm install
Create .env
file in root folder and create following environment variables:
PORT=8000
API_URL=YOUR_API_URL
npm run serve
npm run build
npm run lint
npm install
Create .env
file in root folder and create following environment variables:
PORT=8000
API_URL=YOUR_API_URL
npm run serve
npm run build
npm run lint