Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlarky/strike-gleam


https://github.com/jlarky/strike-gleam

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# strike_gleam

[![Package Version](https://img.shields.io/hexpm/v/strike_gleam)](https://hex.pm/packages/strike_gleam)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/strike_gleam/)

```sh
gleam add strike_gleam
```
```gleam
import strike_gleam

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```

## Watch mode

Install [Air](https://github.com/cosmtrek/air?tab=readme-ov-file#installation)

```
air --build.bin "gleam run"
```

or

```
air
```

## Acknowledgements

- [Strike](https://github.com/JLarky/strike) - Fuller version of this framework written in Go
- [The Original RSC demo](https://github.com/reactjs/server-components-demo)
- [Lustre](https://github.com/lustre-labs/lustre) - ELM-inspired web framework for Gleam, Gleam version of Strike is using the same API to build elements
- Strike demo is deployed on Zeabur as a Docker container using GitHub integration (zero config, no GitHub actions)

Deployed on Zeabur
Deployed on Zeabur