Skip to content

smucode/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 41.5%
  • JavaScript 31.0%
  • TypeScript 25.8%
  • HTML 1.7%