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

https://github.com/ryan-haskell/elm-express

an experiment making a web server with elm and express
https://github.com/ryan-haskell/elm-express

elm expressjs

Last synced: 3 months ago
JSON representation

an experiment making a web server with elm and express

Awesome Lists containing this project

README

        

# Elm ExpressJS
> An experiment in using Elm on the backend.

### Overview

This incredibly basic (unstable and useless) experiment was to see how easy it
was to create ExpressJS routes with Elm.

It worked kinda!

### Local Development

1. `npm install`

1. `npm run dev`