/fishdom

Primary LanguageElmMIT LicenseMIT

Elm Template (using Vite and Tailwindcss)

Template repository for Elm + Tailwind CSS. Most of the code is copied from lindsaykwardell/vite-elm-template

Requirements

Note: all of the following commands should be run in the project’s folder.

Installation

To install all dependencies

yarn

Development

To start developing on the project

yarn dev

To build for production

yarn build

To test the production build locally

yarn serve