Design!
Edit the file public/design.html
to add links to this
page. The files below are located in the templates
directory. This area can be organized in many different ways. For
the sample application, we have one page per view. Organizing
templates as a palette
like Twitter
Bootstrap is another valid approach.
The sample application has two main views: form and greeting. The
HTML for these views is located in the HTML files by the same name
in the templates
directory. The templates are
extracted from these files
in src/app/cljs-macros/one/sample/snippets.clj
. Changing
these files will update the views in the ClojureScript application.