This commit is contained in:
Matt Parsons 2015-11-09 18:37:04 -05:00
parent 1045d0d2dd
commit 5423a47bf2

11
README.md Normal file
View file

@ -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