Getting started - norlin/page-app GitHub Wiki

Installation

npm install -g page-app

Local installation

npm install page-app

To 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-app

Page-app will create apps and modules folders and config.json file.

Building your project

page-app

Yep, just like that.

Use different config file

page-app build config=config.yar.json

Have fun!