Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomdionysus/stockmvc

A Clientside MVC demo application for simple stock management
https://github.com/tomdionysus/stockmvc

Last synced: 1 day ago
JSON representation

A Clientside MVC demo application for simple stock management

Awesome Lists containing this project

README

        

# Stock MVC

A Basic CRUD Demo using Mozart/Localstorage.

Built for Mozart 0.1.8 [http://mozart.io]

## Installation

StockMVC uses npm and grunt:

npm install
grunt build

## Development

StockMVC has a grunt development task that will recompile on any changes, and serve the current application locally on [http://localhost:8080]

grunt run

## Deployment

After executing grunt build, the /public folder contains all compiled assets. Deploy this folder to destintation.