# create-weaveworld-app

Create [Weaveworld](https://github.com/weaveworld/Weaveworld) apps on [Node.js](https://nodejs.org) with [Express](https://expressjs.com/).

_License for create-weaveworld-app Node.js module: MIT._  
_License for Weaveworld: [see](https://github.com/weaveworld/Weaveworld/blob/master/LICENSE)._
 
Usage:
```sh
npm init weaveworld-app w-app
cd w-app
node app.js
```

After that, open http://localhost:3000/, and edit files in the `w-app` and `w-app/public` folder.
