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.
- 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
- Clone the repository:
git clone https://github.com/yourusername/elm-wind.git
cd elm-wind
- Install dependencies:
pnpm i
- Start the development server:
npm run dev
Your app will be running at http://localhost:1234
(or the next available port).
The development server supports hot reloading, so you can start editing files in src/
and see changes immediately.
Elm Land projects are commonly deployed as static websites. You can deploy your app for free using: