client

Build Setup

YARN

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn build

# build for production and launch server
$ yarn generate
$ yarn start

NPM

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run generate
$ npm run start