Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthdm/slick
https://github.com/anthdm/slick
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthdm/slick
- Owner: anthdm
- License: mit
- Created: 2023-12-09T19:33:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-26T23:51:56.000Z (12 months ago)
- Last Synced: 2024-11-04T14:45:09.969Z (about 1 month ago)
- Language: Go
- Size: 33.2 KB
- Stars: 124
- Watchers: 11
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - anthdm/slick - (Go)
README
# 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
```