FaberVitale / vite-elm-ts-template

A vite template to build apps with Elm and typescript

Home Page:https://vite-elm-ts-template.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-elm-ts-template

Description

A vite template for building apps with elm and typescript.

Features

Demo

https://vite-elm-ts-template.netlify.app/

Development guide

Quick start

Either open it on your browser (codesandbox) or clone the repository.

Scripts

Install project

npm i

Dev server

npm run dev

Build

npm run build

Generate Ports and Flags types

npm run generate:elm-ts

run tests

npm run test

format

npm run fmt

run linters

npm run lint:elm && npm run lint:ts

Git hooks

On pre-commit, changes are formatted and linted using Husky and lint-staged. See .lintstagedrc.mjs for more details.

CI


License

MIT

About

A vite template to build apps with Elm and typescript

https://vite-elm-ts-template.netlify.app/

License:MIT License


Languages

Language:Elm 69.5%Language:HTML 13.0%Language:CSS 9.3%Language:TypeScript 4.6%Language:JavaScript 3.7%