Skip to content

leonidas/web-dev-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev proxy for Haskell backend & Elm reactor

Listens on port 9000. Everything under /api is proxied to port 3000. Everything else is proxied to port 8000.

Getting started

haskell-stack is required.

git clone [email protected]:leonidas/web-dev-proxy
cd web-dev-proxy
stack setup
stack build
stack exec web-dev-proxy
open http://localhost:9000

TODO

  • Configuration (port numbers 3000, 8000 and 9000 are hard-coded)
  • Logging (currently it says nothing)

About

Dev proxy for Haskell backend & Elm reactor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published