Skip to content

martinpfeiffer/NoMuRe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoMuRe

  • NoMuRe = NodeJS + Mustache + Rendering (^^)

  • used modules:

  • http

  • mu2 (https://npmjs.org/package/mu2)

  • render a simple page with same variables and a condition

  • for static filehandling (images) you have to configure this handling in the nodeapp (simple with express)

Installation

  • install nodejs
  • navigate in the basedir of the app
  • run "npm install" (to install all dependencies)
  • start app with "node index.js"
  • open "localhost:8000" in your browser

About

NoMuRe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.4%
  • CSS 40.6%