Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 549 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 549 Bytes

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