Skip to content

A starter template for building modern frontend applications using Elm, Tailwind CSS, and pnpm.

Notifications You must be signed in to change notification settings

edbar42/elm-wind

Repository files navigation

elm-wind 🌲

A starter template for building modern frontend applications using Elm, Tailwind CSS, and Elm Land.

The project uses pnpm for fast, disk space efficient package management.

Features

  • Pre-configured Elm Land setup for routing and page management
  • Tailwind CSS integration for rapid styling
  • Modern package management with pnpm
  • Development server with hot reloading

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/elm-wind.git
cd elm-wind
  1. Install dependencies:
pnpm i
  1. Start the development server:
npm run dev

Your app will be running at http://localhost:1234 (or the next available port).

Local Development

The development server supports hot reloading, so you can start editing files in src/ and see changes immediately.

Deploying to Production

Elm Land projects are commonly deployed as static websites. You can deploy your app for free using:

Other Documentation

About

A starter template for building modern frontend applications using Elm, Tailwind CSS, and pnpm.

Topics

Resources

Stars

Watchers

Forks