jerrymice

2.1.1 • Public • Published

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
});

Readme

Keywords

none

Package Sidebar

Install

npm i jerrymice

Weekly Downloads

1

Version

2.1.1

License

ISC

Last publish

Collaborators

  • javiani