-
NoMuRe = NodeJS + Mustache + Rendering (^^)
-
used modules:
-
http
-
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)
- 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