Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

p-/agileuni-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agile University: Server-side JavaScript with node.js

Simple project using express and handlebars. It consists of some pages, static resources, error handling, external libraries and a simple REST API.

Run this project

  1. npm install
  2. node agileuni.js

Recreate this project

  1. mkdir agileuni-node
  2. cd agileuni-node/
  3. npm init with agileuni.js as entry point
  4. npm install --save express
  5. npm install --save express-handlebars
  6. Recreate the sources
  7. Run with node agileuni.js

About

Simple project using express and handlebars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published