Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.39 KB

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