No description
- HTML 37.1%
- JavaScript 29.3%
- CSS 27.9%
- Python 3%
- C++ 2.7%
| images | ||
| public | ||
| routes/htcpcp | ||
| src | ||
| .bowerrc | ||
| .gitignore | ||
| .jshintrc | ||
| .npmignore | ||
| app.js | ||
| bower.json | ||
| config-example.js | ||
| Gruntfile.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
cafetsiere
Installation
- Install Dependencies
- Node.JS >= 0.10.x
- Bower (
npm install -g bower) - Grunt (
npm install -g grunt-cli)
- Run
npm install - Run
bower install - Copy config-example.js as config.js, changing values as needed
- Run
grunt
Currently listens on port 3000 (can be modified in Gruntfile)