Skip to content

Mapoofano/bi-task

Repository files navigation

Usage

Install the dependencies:

yarn install

Run dev server:

yarn dev

Production version

To generate the production version, you can run:

yarn build

All files you have to deploy will be located at the dist directory.

Run production version locally

To check if everything will be ok in production before the deployment, you can run this command after yarn build:

yarn preview