Source code example for A simple website in node.js with express, jade and stylus article.
A basic Video Player using HTML5 & jQuery.
Main engine: [email protected], [email protected] and stylus.
Libraries: jQuery & Bootstrap.
Favicon source: https://icon-icons.com/download/190860/ICO/512/
Run this command in console:
npm install
All dependencies will be downloaded by npm
to node_modules
folder.
Run this command in console:
node app.js
Open http://localhost:3000
to access basic Express Site.