You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
app | 8 years ago | |
src | 8 years ago | |
test | 8 years ago | |
ui | 8 years ago | |
.gitignore | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
Setup.hs | 8 years ago | |
haskell-spa.cabal | 8 years ago | |
stack.yaml | 8 years ago |
README.md
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:
- stack
- nodejs
Branches:
master
The master
branch will be minimal -- just a normal Haskell project with a ui
folder containing a stack-buildable GHCJS project.
servant
The servant
branch includes a minimal server written in Servant that serves files out of the ui/assets/
directory.