This is a simple skeleton to deploy clojurescript (express) apps on zeit's amazing now cloud platform.
Before you start, make sure to run 'npm install'.
'boot build' compiles the clojurescript code, which can be tested by running 'npm start. When you want deploy your code, simply type "npm run now".
All javascript dependencies should be added to the package.json file (or through 'npm install --save').
All clojurescript deps should be added to the build.boot file.
Twitter: @yeehaa
Github: yeehaa123