Skip to content

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

License

Notifications You must be signed in to change notification settings

Archento/node-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.