Web application to assist in planning time slots for rooms at a convention.
Currently this is just the start of a POC.
This project is an excuse to mess with these things for the first time.
- knockout
- grunt
- less
node, Greater than 0.8 required for grunt.
grunt, Once node is installed run the command npm install -g grunt-cli
run npm install
run grunt to build
grunt devbuilds without minification.grunt prodbuilds with minification.grunt watchwill watch the css and js files and rebuild dev when they change.