Skip to content

Workflow

brentonashworth edited this page Dec 5, 2011 · 10 revisions

Workflow

The Starter Kit is meant to show one way to setup a working environment when building a single-page JavaScript application which talks to a Clojure backend using Clojure data.

If the application is running, visit http://localhost:8080. On the main page are three buttons: Design, Development and Production.

The design area displays HTML files and allows designers to work with the HTML source files and see how they will look in the running application.

The development area is where developers will work on the application. The JavaScript running on this page is produced by the ClojureScript compiler alone. It is not optimized or minified. This is called "development mode" and allows for fast compilation and easier debugging.

The production area loads an advanced compiled version of the same application. It is useful to occasionally check that advanced compilation works. With this setup, that check is one click away.

Clone this wiki locally