Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 558 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 558 Bytes

mo-label-guide

Label Guide

Build Setup

# install dependencies
$ npm i

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

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

# generate SPA (/dist)
$ npm run build:spa

SDK

# build production version of SDK
$ npm run build:sdk

# analyze SDK bundle
$ npm run build:analyze

# build development version of SDK
$ npm run build:dev-sdk

# start dev server with development build of SDK
$ npm run dev:sdk

Find more information in sdk/README.md.