Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/strike-gleam
https://github.com/jlarky/strike-gleam
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlarky/strike-gleam
- Owner: JLarky
- Created: 2024-03-19T06:13:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T05:53:31.000Z (5 months ago)
- Last Synced: 2024-08-06T07:50:43.553Z (5 months ago)
- Language: Gleam
- Homepage: https://strike.zeabur.app/
- Size: 58.6 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_gleampub 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)