page-app
v0.0.31
Published
Builder for rich single-page js apps (frontend)
Downloads
284
Readme
page-app
Builder for rich single-page js apps (frontend)
Docs
Getting started
Installation
npm install -g page-appLocal installation
npm install page-appTo use page-app with local installation you should add ./node_modules/.bin folder to your $PATH, or just use Page-app as ./node_modules/.bin/page-app.
Create sample app
mkdir myNewApp
cd myNewApp
page-appPage-app will create apps and modules folders and config.json file.
Building your project
page-appYep, just like that.
Use different config file
page-app build config=config.yar.jsonBuilding project from node.js code
Look for wiki page
