UNPKG

410 BMarkdownView Raw
1wowbuilder
2==========
3
4### Installation
5
6```bash
7$ npm install -g wowbuilder
8```
9
10### Quick Start
11
12Clone the Express repo, then Get the demo code
13Go to folder "common", "home" and "ability", then build the code
14
15```bash
16$ wow local
17```
18
19Go to folder "common|home|ability", Start the httpserver
20
21```bash
22$ wow server
23```
24
25Open browser, then visit the site [http://localhost:8888](http://localhost:8888)