{{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 inapp/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 fileapp/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 inconfig/config.clj.
Development
The development view allows you do run your application with a real renderer and feeder. This application is created inapp/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.