PraveenGandhi / slick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slick

Build web applications faster with all batteries included

Work in progress

I really want to try this out even though its not finished yet.

Spoiler: you will encounter rough edges.

For now you will need to install templ manually (working on making this work with slick install

https://github.com/a-h/templ/

Install the Slick cli

go install "github.com/anthdm/slick/slick@latest"

Create new slick project

slick new myapp

Install the project

cd myapp && slick install

Start the project

slick run

About

License:MIT License


Languages

Language:Go 99.6%Language:Makefile 0.4%