danbruder / fishdom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Elm 90.3%Language:JavaScript 5.2%Language:HTML 3.9%Language:CSS 0.6%