taphill / wordle-in-elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Template

This a re-creation of lindsaykwardell/vite-elm-template which adds some extra things I like to get started with. It is a work in progress and will likely change as I learn more about Elm.

Get Started

# Clone the template locally, removing the template's Git log
npx degit taphill/vite-elm-template my-elm-app

# Enter the project, install dependencies, and get started!
cd my-elm-app
npm install
npm run dev

To learn more about Elm, check out Elm's official homepage.

About


Languages

Language:CSS 74.9%Language:HTML 11.9%Language:Elm 6.8%Language:JavaScript 6.3%