page-app
Version:
Builder for rich single-page js apps (frontend)
34 lines (24 loc) • 863 B
Markdown
page-app
========
Builder for rich single-page js apps (frontend)
## Docs
[Wiki](https://github.com/norlin/page-app/wiki)
## Getting started
### 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
## Building project from node.js code
Look for [wiki page](https://github.com/norlin/page-app/wiki/Building-project-from-node.js-code)
## Have fun!