Skip to content

Project template for web applications with Haskell backend and Elm frontend

License

Notifications You must be signed in to change notification settings

leonidas/haskell-elm-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell & Elm project template

Getting started

First time setup

# Install stack
brew update
brew install haskell-stack

# Install the Elm tools
brew install elm

# Get the code
git clone [email protected]:leonidas/haskell-elm-project-template
cd haskell-elm-project-template

# Install dependencies (might take a while, uses up to 1 GB of hard disk space)
stack setup

Building and running

# Run tests
stack test

# Run a Haskell REPL
stack ghci

# Build and start a development server
stack build
stack exec server

About

Project template for web applications with Haskell backend and Elm frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published