Socket
Book a DemoInstallSign in
Socket

muffin.io

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muffin.io

A full stack development tool for creating modern webapps

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
9
125%
Maintainers
1
Weekly downloads
 
Created
Source

muffin image muffin.io

Muffin is a full stack development tool for creating modern webapps. It is designed to help the developer become more productive without getting in the way.

All documentation, samples and demos are on the hompage - http://muffin.io.

Installation

Install Muffin using npm:

$ [sudo] npm install -g muffin.io

Muffin comes with a command line tool aptly named muffin.

To use Google App Engine as the backend stack, you need to install the Google App Engine SDK for Python.

To use Node.js/MongoDB as the backend stack, you need to install MongoDB. The easiest way to install MongoDB on Mac OS X is using Homebrew:

$ brew update
$ brew install mongodb

Quick Start

Create a new project:

$ muffin new <project-name>

This sets up a project boilerplate with only the frontend stack. To specify a server stack, you can use the --server or -s option:

$ muffin new <project-name> -s [nodejs|gae]

Install dependencies:

$ cd /path/to/your/project
$ muffin install

Start the development server while watching for file changes:

$ muffin watch -s

Now point your browser to http://localhost:4000 and see your app in action.

License

Released under the MIT license.

Keywords

backbone

FAQs

Package last updated on 03 Oct 2013

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