# README
Groundlayer
Opinionated web application library with a twist of disappearing templates.
Groundlayer combines the best ideas into a small but powerful library capable of building performing server-rendered applications with ease. It's the culmination of all ideas running through my head for years, each learnt through playing with different technologies.
Features
- Project generator for quick start
- Go Template based (heavily modified version)
- Inbuilt css generation using Tailwind CSS styled directives (e.g
sm:text-500
)
Getting
go get -u github.com/influx6/groundlayer
Using
Create a sample hello
web application:
groundlayer new -package=github.com/user/hello
Then run the application:
cd hello && go run main.go start --env-file=.env.dev
Note:
Be kind, this is a lone project and due to time development and response may be slow, so if you have an idea or see an issue, and can fix it, consider submitting a PR.
Contact
Ewetumo Alexander @influx6
License
Source code is available under the MIT License.