Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dyoniso/express-node-templade

Node and Pug App Templade
https://github.com/dyoniso/express-node-templade

expressjs jade nodejs pug templade

Last synced: 9 days ago
JSON representation

Node and Pug App Templade

Awesome Lists containing this project

README

        

# AppBase
A simple templates to start your projects in Node.Js and Pug/Jade

1. Bootstrap Lib implemented.
2. Jquery Lib implemented.
3. Render Engine Pug/Jade.
4. Http Server NodeJS.
5. Route Manager ExpressJs.
6. Log Manager Winston.

# Usage

clone the repository:
```
git clone https://github.com/Dyoniso/express-node-templade
```
In the project folder, start the node libraries.
```
npm start .
```
Start APP:
```
node app.js
```

Happy Hacking! ^^

# License
Licensed under the [WTFPL License](http://www.wtfpl.net/).