Skip to content

brettkolodny/glow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glow

Glow is less of a framework and more of a template that combines several Gleam libraries together in a cohesive, ergonomic way, along with some helper functions to make the experience more enjoyable.

Features

Glow is heavily inspired by Phoenix and follows it's general MVC layout. This template includes:

  • A web server using mist
  • Server side rendering with nakai
  • Client side functionality with lustre (Coming soon!)
  • Tailwind

Quick start

In one terminal session run:

cd assets
npm install
npm run dev

Then in another run:

gleam run

Now navigate to https://localhost:8080/!

About

A fullstack "framework" for Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published