Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 959 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 959 Bytes

node-dash

Exemplary webserver based on Node.js; using Express, Handlebars and Adminlte as Dashboard Theme

-> Use as starting point for your own project

Setting up the server is super easy and intuitive with the 'Express-generator'. I use handlebars (and hbs) as a template engine because it has a similar syntax to flask Jinja for python which I am used to. Also one of the best free themes for making a dashboard is ColorLibs Adminlte. It uses the Bootstrap framework and makes designing websites trivially easy.

credits


How to

  1. clone repository & cd into dir
  2. install node dependencies > npm install
  3. start server > npm run start

Caveat

The files are provided as is. If you have questions, feel free to contact me via my github page.