Skip to content

caesar-rocks/starter-kit

Repository files navigation

📜 Caesar Starter Kit

Caesar is a Go web framework, designed for productivity. It takes inspiration from traditional web frameworks such as Ruby on Rails, Laravel, Django, Phoenix, AdonisJS, etc.

Setup

Once you have cloned this repository, you can run the following commands to get started:

task install

Run your migrations:

caesar migrations:migrate

and then start your development setup by launching these three commands (in separate terminals):

task air
task css
task templ