0.0.3 • Published 10 years ago

suntus v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

Suntus

A web application framework based-on popular node technologies (express, swig, flat-ui).

License

MIT

Latest version

0.0.1


Quick Start

1). Bootstrapping suntus.

  1. Write a "package.json" file as below.

    {      
        "name": "Project Name",  
        "version": "0.0.1",  
        "private": true,  
        "scripts": {  
            "start": "node app.js"
        },  
        "dependencies": {  
            "suntus": "*"
        }  
    }  
  2. Run "npm install" under the same directory with "package.json".

  3. Write a "app.js" file as below.

    require('suntus').start();
  4. Run "node app.js".

  5. Try visit http://localhost:3000

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago