An open API service indexing awesome lists of open source software.

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

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
```