For development mode, follow these steps:
- Run
npm run develop
oryarn develop
. - Open
https://localhost:8000
.
For production mode, follow these steps:
- Run
npm run build
oryarn build
. - If you ran the
npm
command in the first step, runnpm run serve
. If you ran theyarn
command, runyarn serve
. - Open
https://localhost:9000
.