Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/traviskn/businessmanagerprototype
A high-fidelity mockup/prototype of a business management app
https://github.com/traviskn/businessmanagerprototype
Last synced: 20 days ago
JSON representation
A high-fidelity mockup/prototype of a business management app
- Host: GitHub
- URL: https://github.com/traviskn/businessmanagerprototype
- Owner: Traviskn
- Created: 2015-11-02T20:50:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T15:36:36.000Z (about 9 years ago)
- Last Synced: 2024-11-12T23:35:32.569Z (3 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**README**
This is a mockup prototype of a small business management application. It utilizes components of the [materialize css framework](http://materializecss.com/).
In order for the navigation links to work, this project must be served by some kind of static web server. This app comes with a node.js web server, so if you happen to have node and npm you can use the following commands to run it:
``` shell
$ npm install
$ npm start
```