An open API service indexing awesome lists of open source software.

https://github.com/aircastdev/elm-starter

Elm starter for making full elm apps with Tailwind & TypeScript support
https://github.com/aircastdev/elm-starter

Last synced: over 1 year ago
JSON representation

Elm starter for making full elm apps with Tailwind & TypeScript support

Awesome Lists containing this project

README

          

# Elm App Starter w/ Tailwind & TypeScript

This is the basic setup we use when starting a new app in Elm.

This starter uses Parcel, Tailwind, Elm, TypeScript, Hot reloading, Prettier.

## Dev Serer

To start the dev server simply run

```sh
$ yarn start
```

## Building

To build your app simply run

```sh
yarn build
```