For development mode, follow these steps:
- Run
npm run developoryarn develop. - Open
https://localhost:8000.
For production mode, follow these steps:
- Run
npm run buildoryarn build. - If you ran the
npmcommand in the first step, runnpm run serve. If you ran theyarncommand, runyarn serve. - Open
https://localhost:9000.
Brought to you by