Install NPM Dependencies:
npm install
Setup configuration:
cp .env.example .env.local
By default the API base URL is set to http://localhost:8000/api. Change it according to your needs.
npm run serve
Install NPM Dependencies:
npm install
Setup configuration:
cp .env.example .env.local
By default the API base URL is set to http://localhost:8000/api. Change it according to your needs.
npm run serve