Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

xmc-dev/web

Repository files navigation

XMC

Build Status

Attention!

This git repository uses submodules! You must clone with

git clone --recursive https://github.com/xmc-dev/web

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

For detailed explanation on how things work, checkout the CLI Readme.