This is the basic setup we use when starting a new app in Elm.
This starter uses Parcel, Tailwind, Elm, TypeScript, Hot reloading, Prettier.
To start the dev server simply run
$ yarn start
To build your app simply run
yarn build