1. Clone
  2. Environment
  3. Run
  4. Success

Build

See the magic(or build)happens.

For development mode, follow these steps:

  1. Run npm run develop or yarn develop.
  2. Open https://localhost:8000.

For production mode, follow these steps:

  1. Run npm run build or yarn build.
  2. If you ran the npm command in the first step, run npm run serve. If you ran the yarn command, run yarn serve.
  3. Open https://localhost:9000.