The purpose of this repository is to provide a starting point for running through the Elmbridge Emoji Translator curriculum. The tutorial uses elm reactor, but this app was created with create-elm-app so there may be some subtle differences ¯_(ツ)_/¯.
git clone [email protected]:stacktracehq/elmbridge-emoji-translator.git
cd elmbridge-emoji-translator
nix-shell
npm iIf you use vim and ALE you might like to add the formatter as a fixer
let g:ale_fixers = {
\ 'typescript': ['prettier'],
\ 'elixir': ['mix_format'],
\ 'elm': ['format'],
\}
tmux-up tmux-up.confAll of the commands below (except REPL) watch the project's files and run again if a file changes so it is worth opening them a separate tab / window.
npm startfd . | entr -cs 'npx elm-test'fd . | entr -cs 'npx elm-analyse'npx elm repl