JerryMice

A simple prototype environment wrapper using Express.js
- Perfect for prototyping projects.
- Javascript Server-Side.
- EJS Embeded Javascript logic.
- Express.js powerful routing.
- Layout oriented includes, like .NET Razor template engine
Get it
git clone https://github.com/Javiani/JerryMice.git
Install it
npm install
Run it
npm start
Just open your browser on localhost:3000/
and your prototype site is ready and up.
Config
jerrymice.run({
baseUrl :__dirname,
public :'www',
port :3000,
services :/services/,
404 :'404',
error :'error'
});