https://github.com/zephraph/story
An experiment in Elm
https://github.com/zephraph/story
Last synced: about 2 months ago
JSON representation
An experiment in Elm
- Host: GitHub
- URL: https://github.com/zephraph/story
- Owner: zephraph
- License: mit
- Created: 2018-11-14T05:02:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T05:03:50.000Z (over 6 years ago)
- Last Synced: 2025-01-04T07:25:50.661Z (4 months ago)
- Language: Elm
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm TypeScript Starter
Create Elm apps with type-safe port communication.
## Setup
1. Make sure you have [Elm installed](https://guide.elm-lang.org/install.html) on your system.
2. Install dependencies:
```bash
yarn
```3. Start a local dev server
```bash
yarn start
```Load http://localhost:8080/
-- OR --
Bundle files for production:
```bash
yarn build # transpiles all Elm and ts into dist
```