Skip to content

Commit

Permalink
Added simple server and project structure was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
devalexqt committed Dec 10, 2014
1 parent 75ecfba commit 3b1279e
Show file tree
Hide file tree
Showing 16 changed files with 115 additions and 353 deletions.
179 changes: 0 additions & 179 deletions PageManager/css/page-manager.css

This file was deleted.

129 changes: 0 additions & 129 deletions PageManager/css/style.css

This file was deleted.

17 changes: 0 additions & 17 deletions PageManager/js/less.min.js

This file was deleted.

18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@


PageManager it's Javascript page system management in browser. Simple but powerful script wath work in all modern desktop and mobile browser and allow to create page management in webview. This script will be ideal for mobile application that using HTML5 code. With PageManager You can create amazing mobile application just in seconds!
PageManager it's Javascript page system management in browser. Simple but powerful script wath work in all modern desktop and mobile browser and allow to create page management in webview. This script will be ideal for mobile application that using HTML5 code. With PageManager You can create amazing mobile application just in seconds! In other word it's quick start to create cordova html 5 application!

#Demo

[![PageManager Demo](/demo/Demo_video1.jpg)](https://www.youtube.com/watch?v=wZtH5ZydCso)

#FAST USAGE
* Clone project to new folder and install simple server dependencies.

```
git clone https://github.com/devalexqt/JS-Page-Manager.git
cd js-page-manager/
npm install
```

* Run Node.js simple server wath using [less](http://lesscss.org/) pre-processor for css file and [swig](http://paularmstrong.github.io/swig/) html template engine.
```
node server.js
```
* Now visit to http://127.0.0.1/index.html


#Usage

Just simple include *page-manager.js* script and base css style file in to head section of html page.
Expand Down
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "icon_generator",
"description": "A package for create ready to use/developing simple server with less css processor and swig html templetes.",
"author": "Alex zeppelindev.com <[email protected]>",
"dependencies": {
"mime": ">= x.x.x",
"less": ">= x.x.x",
"swig": ">= x.x.x"
},
"engine": "node 0.10.17"
}
Loading

0 comments on commit 3b1279e

Please sign in to comment.