Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
an experiment making a web server with elm and express
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-express
- Owner: ryan-haskell
- Created: 2018-12-27T08:52:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T17:13:02.000Z (almost 6 years ago)
- Last Synced: 2024-11-27T09:29:31.406Z (29 days ago)
- Topics: elm, expressjs
- Language: Elm
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`