Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomdionysus/stockmvc
- Owner: tomdionysus
- License: other
- Created: 2013-07-10T07:08:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T03:11:44.000Z (over 11 years ago)
- Last Synced: 2024-11-18T08:13:53.336Z (2 months ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.