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
- Host: GitHub
- URL: https://github.com/aircastdev/elm-starter
- Owner: AircastDev
- Created: 2020-11-10T13:59:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T13:59:52.000Z (over 5 years ago)
- Last Synced: 2025-01-31T07:32:19.832Z (over 1 year ago)
- Language: Elm
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```