- install the dependencies:
yarn install
- Run development server:
yarn run dev
- Or you can run development server with webpack-dashboard:
yarn run dev:dashboard
Open the web browser to http://localhost:8000/
To build the production app locally:
yarn run start:local
To build the production app remotely:
yarn start