harryprayiv / servant-halogen-template

Template project with Haskell Servant on the backend and PureScript Halogen 5 on the frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Servant / Halogen 5 template

Template project with Haskell Servant on the backend and PureScript Halogen 5 on the frontend.

Project structure

  • backend directory - contains Haskell project of the backend server that exposes functionality via REST API.
  • frontend directory - contains PureScript project of the frontend application.

In order to setup/run components please refer to the corresponding README files within subdirectories.

Docker Compose Dev Environment

Instead of setting up compiler and dev server directly on your machine you can run complete dev setup inside docker containers using Docker Compose:

docker-compose up

This command downloads/builds necessary docker images and starts all components:

About

Template project with Haskell Servant on the backend and PureScript Halogen 5 on the frontend.

License:MIT License


Languages

Language:PureScript 75.9%Language:Haskell 13.2%Language:Dhall 6.1%Language:HTML 3.3%Language:Dockerfile 0.6%Language:Nix 0.4%Language:JavaScript 0.3%Language:CSS 0.2%