Skip to content

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

License

Notifications You must be signed in to change notification settings

Unisay/servant-halogen-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published