<_within file="tooling.html">

{{name}}

Congratulations! You have created and run a new Pedestal application.

Hover over the lower right corner of each page to activate the control panel. In each view, update source files and then reload the page to build and see changes. The items that appear in the control panel can be configured in config/config.clj.

Start working on your application by writing its behavior in the file app/src/{{sanitized}}/behavior.clj.

Design

View template files located in app/templates. Update the design page by editing the file tools/public/design.html.

Data UI

After creating application behavior, run the application in the browser using the data renderer. The data renderer is setup in the file app/src/{{sanitized}}/simulated/start.clj.

Render

The data renderer allows you to record the data which is sent to a renderer. The Render view allows you to play back these recordings. Configure the renderer to use in config/config.clj.

Development

The development view allows you do run your application with a real renderer and feeder. This application is created in app/src/{{sanitized}}/start.clj. The application will be compiled in development mode for easier debugging.

Fresh

Load a page with a ClojureScript REPL client and no application code. Use this view to experiment from the REPL without running your application. Before you go to this page, run (cljs-repl) to start the server side of the REPL connection.

Production

Run your application with advanced compilation.