Create Elm apps with type-safe port communication.
-
Make sure you have Elm installed on your system.
-
Install npm packages:
npm install
- Start a local dev server
npm start
-- OR --
Bundle files for production:
npm run build # transpiles all your Elm and ts into dist/bundle.js