Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmacmurray/elm-setup


https://github.com/andrewmacmurray/elm-setup

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Elm Setup

Frontend setup with Elm, Typescript, and Vite

# Get up and running

Install dependencies

```
npm install
```

Run locally

```
npm start
```

Build the project

```
npm run build
```

Run unit tests

```
npm run test
```

Run elm-review

```
npm run review
```