Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dyoniso/express-node-templade
- Owner: Dyoniso
- License: wtfpl
- Created: 2022-03-27T14:46:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T13:16:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T01:42:16.613Z (28 days ago)
- Topics: expressjs, jade, nodejs, pug, templade
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppBase
A simple templates to start your projects in Node.Js and Pug/Jade1. 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/).