Skip to content

Playing around with web app tech stack using Haskell and Elm.

Notifications You must be signed in to change notification settings

asett0/elm-servant-web-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

web-app-template

Playing around with web app tech stack using Haskell and Elm.

Prerequisites:

  • Docker 18.09 or above
  • That's it...

To build your image, in the root directory of this project run

DOCKER_BUILDKIT=1 docker image build -t your-web-app:1.0.0 .

To run your container in the root directory of this project run

docker run your-web-app:1.0.0

This repository uses build kit experimental RUN --mount=type=cache feature to cache the /root/.stack/ directory such that Docker can take advantage of stack's caching capability when adding new dependencies to the package.yaml file.

About

Playing around with web app tech stack using Haskell and Elm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published