diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e55a6a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Haskell SPA + +This is a scaffold for a Haskell single page application. + +The front end is in `ui` and setup to build with `stack` and `ghcjs`. +`stack setup` in the `ui` folder will setup `ghcjs` for the project. + +## Dependencies: + +1. stack +2. nodejs