https://github.com/freshmag/nodejsboilerplate
Simple boilerplate for creating easy, simple and lightweight static websites using NodeJS
https://github.com/freshmag/nodejsboilerplate
Last synced: 9 months ago
JSON representation
Simple boilerplate for creating easy, simple and lightweight static websites using NodeJS
- Host: GitHub
- URL: https://github.com/freshmag/nodejsboilerplate
- Owner: FreshMag
- License: mit
- Created: 2023-06-29T12:54:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T14:10:33.000Z (about 3 years ago)
- Last Synced: 2025-07-21T03:42:36.476Z (12 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJSBoilerplate
Simple boilerplate for creating easy, simple and lightweight static websites using NodeJS
## Used resources
In this boilerplate you can find:
- Nodejs + Express
- A very simple database using [lowdb](https://github.com/typicode/lowdb)
- Other utils like routers and controllers already organized
- Static resources as well as [Bootstrap](https://getbootstrap.com/) and [JQuery](https://jquery.com/) ready to be used inside your HTML pages
- Template engine [Pug](https://github.com/pugjs/pug)
## Future updates
Probably going to update this boilerplate some basic authentication system