Skip to content

jxzho/write-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

write-elm

use fp framework

install guide

link

elm init

You can start an Elm project by running:

$ elm init

elm reactor

$ elm reactor

elm make

# Create an index.html file that you can open in your browser.
elm make src/Main.elm

# Create an optimized JS file to embed in a custom HTML document.
elm make src/Main.elm --optimize --output=elm.js

elm install

$ elm install elm/http
$ elm install elm/json

elm format

$ npm install elm-format -g

from a Source Editor

vscode plugins elm-format

Tips

run elm --help

About

use fp framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages