Skip to content

first page

pierr edited this page Oct 23, 2014 · 5 revisions

In order to write you first page, you have two options: use the page (generator)[https://github.com/KleeGroup/focus-generator] or write a page on your own. This tutorial will follow the rules describe here The use case is what follows: I want to display/edit a contact page in my application.

On your own

Your page needs a route inside a router

In the app/routers/{yourRouterNameFile}, you have to write a new route

Using the generator

Clone this wiki locally