langs/stack/tech/tags/buzz:
- haskell
- es2015
- babel
- react
- react-router
- alt
- jest
- scotty
- persistent
- esqueleto
- digestive-functors
- hspec
- wai
- aeson
- webpack, gulp
- postcss, cssnext
- normalize.css
- fastclick
- blanket
free, no sms
database: sqlite3 (for simplicity)
install:
cd api
stack build
cabal install --enable-tests --only-dependencies
cabal configure --enable-tests
cd app
npm install
Basically its just make api
and make app
,
for more details see Makefile
- backend (api):
cd api && PORT=8088 cabal run
- frontend (app):
cd app && npm start
To run tests:
make test