vladimirlogachev / elm-app-template

Simple elm template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm app

Simple elm app template

Set up

Run

Other NPM scripts

  • npm run start-debug – run dev server, watching files, with Elm debugger
  • npm run start-optimized – run dev server, watching files, enable Elm compiler production optimizations
  • npm run typecheck – compile, but don't run
  • npm run test-watch – run unit tests, watching files
  • npm test – run unit tests
  • npm run format-fix-all – format all files
  • npm run format-validate – check if files are formatted properly
  • npm run review – lint the code, fail on linter warning
  • npm run review-fix-interactive – lint the code, fix errors interactively
  • npm run review-fix-all – lint the code, fix errors automatically
  • npm run precommit – format, lint and test, for CI
  • npm run precommit-fix – format, lint and test, fix automatically

Useful links

About

Simple elm template

License:MIT License


Languages

Language:Elm 62.3%Language:HTML 19.6%Language:CSS 18.2%