Hong Kong Open Source Conference 2018

Build Status

Requirement

Development

Install

yarn

Initial Setup for Webpack Config

You have to run this command every time you change the config in webpack

yarn setup

Start Development Server

yarn dev # Server is running on 8080 port

Production Build

yarn build