https://github.com/killercodemonkey/nomure
NoMuRe
https://github.com/killercodemonkey/nomure
Last synced: about 1 month ago
JSON representation
NoMuRe
- Host: GitHub
- URL: https://github.com/killercodemonkey/nomure
- Owner: KillerCodeMonkey
- Created: 2014-01-23T19:28:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T19:28:53.000Z (over 11 years ago)
- Last Synced: 2024-10-05T13:09:21.820Z (8 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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