KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
slick
★ 122
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
payload-oapi
:
A Payload CMS plugin for OpenAPI (3.0, 3.1) specification generation
engine
:
Native TypeScript game engine — compiles to Metal, DirectX 12, Vulkan, and OpenGL
portable-hnsw
:
What if an HNSW index was just a file, and you could serve it from a CDN, and search it directly in the browser?
create-fastapi-project
:
CLI to create Fastapi projects easily.
fastify-zod-openapi
:
Fastify plugin for zod-openapi
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
slick
?
Download (.md)
# 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 and air manually (working on making this work with `slick install`) - [https://github.com/a-h/templ/](https://github.com/a-h/templ/) - [https://github.com/cosmtrek/air](https://github.com/cosmtrek/air) 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 ``` Run application in watch mode using [air](https://github.com/cosmtrek/air) ``` air ```