Node app to find bike rack in Chicago Neighborhoods. Currently, this is only showing racks in the loop neighborhood, but I'm planning on adding more soon.
- Clone
- Run
npm ito install node modules - Run
bower ito install bower components - Run
npm startwhich will automatically run the defaultgrunttask compiling coffeescript from thesrc/directory into javascript in theclient/directory. Then, a node server will start onlocalhost:3000. - Changes to files in the
templates/andstylesheetdirectorys will re-compile on the fly. If you'd like to make changes to the coffeescripts, rungrunt watchin another terminal window.
To deploy to surge
- Run
npm -g surgeto install surge. - In
dev_config.json, changeisDevtofalse. - Run
npm startwhich will serve minified assets and create a_builddirectory. - In terminal run
surge _build/.