šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

jerrymice

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jerrymice

A simple prototype environment wrapper using Express.js

2.1.1
latest
npm
Version published
Weekly downloads
10
400%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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

FAQs

Package last updated on 03 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts