#Canteen Boilerplate
This HTML5 Boilerplate project is designed to get a Canteen site up and running as quickly a possible. This project is a great starting point for customizing your own site.
##Tools Checklist
The following tools are required to get the boilerplate project up and running. Absolute tool paths can be modified in build.properties.
- Apache Ant for running build.xml
- Composer for fetching the PHP dependencies
- Bower for fetching the JavaScript dependencies. Install with
npm install bower
- UglifyJS for minifying Modernizr (version in Bower is not minified, ugh!). Install with
npm install uglify-js@1
##Getting Start
- Setup a MySQL database & a corresponding user
- Import JavaScript and PHP dependencies by running
ant install
- Run index.php from Apache