wowbuilder
Version:
wowbuilder to build a single page website by wowspg
26 lines (17 loc) • 410 B
Markdown
wowbuilder
==========
### Installation
```bash
$ npm install -g wowbuilder
```
### Quick Start
Clone the Express repo, then Get the demo code
Go to folder "common", "home" and "ability", then build the code
```bash
$ wow local
```
Go to folder "common|home|ability", Start the httpserver
```bash
$ wow server
```
Open browser, then visit the site [http://localhost:8888](http://localhost:8888)