You can start with one of the learning source below. Type and compile some files and projects at examples/
This will be similar to the Rust Full Stack repository for Rust.
- Real World Haskell
- School of Haskell
- Haskell Wiki
- Simple examples
- Getting started with Haskell
- Learn you a Haskell
- Haskell for mac
- Happylearnhaskell
- Haskell Studay Plan
- Learn PureScript to help you learn Haskell
- Include CLI with mongodb to prod folder or private repositroy. (WIP, should organize this.)
- Follow this for movie-monad
Install hlint and other vsc plugin to help you write the better Haskell code from the beginning.
$curl -sSL https://get.haskellstack.org/ | sh (This installs stack)
$stack install hlint
// Then, install haskell, haskell-linter, error lens vsc plugin etc.
I should include more examples.
You can also read other blog posts from the authors of those links.