Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 594 Bytes

CLJS-Now

This is a simple skeleton to deploy clojurescript (express) apps on zeit's amazing now cloud platform.

Instructions

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