/OSdashboard

Express, Pug and Stylus based

Primary LanguageJavaScriptMIT LicenseMIT

Basic Express Site / OS Dashboard

Source code example for A simple website in node.js with express, jade and stylus article.

OS Dashboard (MIT License)

Fork from VideoPlayer

A basic OS utilities dashboard using HTML5 & jQuery.

Modification

Main engine: express@4.x, pug@3.x and stylus.

Libraries: jQuery & Bootstrap.

OS Libraries: node-os-utils, node-disk-info

Favicon source: https://icon-icons.com/download/190860/ICO/512/

Build

Run this command in console:

npm install

All dependencies will be downloaded by npm to node_modules folder.

Run

Run this command in console:

node app.js

Open http://localhost:3000 to access basic Express Site.

Further Reading

Moving to Express 4

Using template engines with Express