yarn install
Use .env.local.sample
to create 2 configuration files:
env.development.local
for serving app locallyenv.production.local
used in production build
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
yarn run test:e2e
yarn install
Use .env.local.sample
to create 2 configuration files:
env.development.local
for serving app locallyenv.production.local
used in production buildyarn run serve
yarn run build
yarn run lint
yarn run test:unit
yarn run test:e2e