dillonkearns / elm-radio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-pages-starter

Deploy to Netlify

This is an example repo to get you up and running with elm-pages.

The entrypoint file is index.js. That file imports src/Main.elm. The content folder is turned into your static pages. The rest is mostly determined by logic in the Elm code! Learn more with the resources below.

Setup Instructions

Click "Use this template" on this Github page to fork the repo.

Or git clone it:

git clone git@github.com:dillonkearns/elm-pages-tailwind-starter.git

Then install and run the dev server

cd elm-pages-tailwind-starter
npm install
npm start # starts a local dev server using `elm-pages develop`

From there you can tweak the content folder or change the src/Main.elm file.

Learn more about elm-pages

About


Languages

Language:Elm 69.8%Language:CSS 20.8%Language:JavaScript 8.8%Language:Shell 0.6%