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.
- clone repository & cd into dir
- install node dependencies >
npm install
- start server >
npm run start
The files are provided as is. If you have questions, feel free to contact me via my github page.