2.1.1 • Published 9 years ago

jerrymice v2.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

JerryMice

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, // Required
    public      :'www', // Required, Specify public folder
	port		:3000, //Optional
	services	:/services/, // Optional
    404         :'404', // Optional, Path for 404 html file
    error       :'error' // Optional, Path for error html file
});
2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago