Skip to content

Boilerplate for Elm web apps with safe TypeScript interop and hot module replacement.

Notifications You must be signed in to change notification settings

dillonkearns/elm-typescript-starter

Repository files navigation

Elm TypeScript Starter

Create Elm apps with type-safe port communication.

Setup

  1. Make sure you have Elm installed on your system.

  2. Install npm packages:

npm install
  1. Start a local dev server
npm start

Load http://localhost:8080/

-- OR --

Bundle files for production:

npm run build # transpiles all your Elm and ts into dist/bundle.js

About

Boilerplate for Elm web apps with safe TypeScript interop and hot module replacement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published