Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 314 Bytes

File metadata and controls

18 lines (13 loc) · 314 Bytes

Quick Start


  • clone loon-boilerplate
$ git clone https://github.com/loon-project/loon-boilerplate
$ cd loon-boilerplate
$ npm install
  • start to compile typescript to javascript and run a server
$ npm run dev