mold
v0.0.11
Published
Web Framework
Readme
Install mold (npm):
Mold needs to be installed globally.
$ sudo npm install -g moldList mold's help:
$ mold -hCreate an empty mold:
$ mold create [appname]This creates the following structure: /[appname]/{static/, views/} routes.js actions.js
Start server:
Starting up the server for your app. Change directory into [appname] directory.
[appname]$ mold startserver