All Projects → gleam-lang → template-gleam-javascript

gleam-lang / template-gleam-javascript

Licence: other
🧃 A template for trying out Gleam compiled to JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to template-gleam-javascript

Gleam
⭐️ A friendly language for building type-safe, scalable systems!
Stars: ✭ 3,463 (+15640.91%)
Mutual labels:  gleam
setup-gleam
👷‍♀️ Gleam on GitHub Actions
Stars: ✭ 16 (-27.27%)
Mutual labels:  gleam
vscode-gleam
📟 Gleam support for VS Code
Stars: ✭ 34 (+54.55%)
Mutual labels:  gleam
Synapses
A group of neural-network libraries for functional and mainstream languages
Stars: ✭ 63 (+186.36%)
Mutual labels:  gleam
example-echo-server
🔗 An example Gleam web application
Stars: ✭ 59 (+168.18%)
Mutual labels:  gleam
gleam compile
Tiny hex package to make the development experience of using gleam in elixir (and especially phoenix projects) better.
Stars: ✭ 29 (+31.82%)
Mutual labels:  gleam
cowboy
🤠 A Gleam HTTP service adapter for the Cowboy web server
Stars: ✭ 24 (+9.09%)
Mutual labels:  gleam
gleam-mode
🐙 Gleam support for Emacs
Stars: ✭ 30 (+36.36%)
Mutual labels:  gleam
mix gleam
⚗️ Build Gleam code with mix
Stars: ✭ 84 (+281.82%)
Mutual labels:  gleam
gleam decode
Transform Erlang or Elixir data into Gleam data
Stars: ✭ 25 (+13.64%)
Mutual labels:  gleam
stdlib
🎁 Gleam's standard library
Stars: ✭ 153 (+595.45%)
Mutual labels:  gleam
otp
📫 Fault tolerant multicore programs with actors
Stars: ✭ 169 (+668.18%)
Mutual labels:  gleam
website
🏡 Gleam's website and guide
Stars: ✭ 35 (+59.09%)
Mutual labels:  gleam
plug
🔌 A Gleam HTTP service adapter for the Plug web application interface
Stars: ✭ 25 (+13.64%)
Mutual labels:  gleam

Gleam JavaScript template

A little template project for trying out Gleam compiled to JavaScript.

Usage

Click on "Use this template" to create your own copy of this repository.

Ensure you have Gleam and NodeJS installed.

# Clone and enter the project
git clone $MY_REPO_CLONE_URL hello-gleam-js
cd hello-gleam-js

# Install the node modules
npm install

# Run the Gleam program on NodeJS
npm start

And now you can write your Gleam and JavaScript code in the src directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].