Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Simple example Node website using Express

License

Notifications You must be signed in to change notification settings

santensuru/VideoPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Express Site / Video Player

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

Video Player (MIT License)

A basic Video Player using HTML5 & jQuery.

Modification

Main engine: [email protected], [email protected] and stylus.

Libraries: jQuery & Bootstrap.

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

About

Simple example Node website using Express

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 39.5%
  • Stylus 36.0%
  • Pug 24.5%