https://github.com/punkbit/cabinet-prototype
A prototype for the cabinet module
https://github.com/punkbit/cabinet-prototype
Last synced: 8 months ago
JSON representation
A prototype for the cabinet module
- Host: GitHub
- URL: https://github.com/punkbit/cabinet-prototype
- Owner: punkbit
- Created: 2016-07-20T10:18:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T10:19:44.000Z (almost 10 years ago)
- Last Synced: 2025-09-14T18:13:14.158Z (9 months ago)
- Language: JavaScript
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cabinet prototype
A prototype for the cabinet module.
```
Dependencies installation:
* npm install
```
Workflow:
---
* Build: `gulp build`
* Start the development server: `gulp serve`
* To run tests: `gulp test`