To run sass:
$ sass --watch front/src/scss/components/index.scss:front/src/main.css
To run elm development server:
$ cd front
$ elm-app start
To run haskell api:
$ cd api
$ runghc Main.hs
To run sass:
$ sass --watch front/src/scss/components/index.scss:front/src/main.css
To run elm development server:
$ cd front
$ elm-app start
To run haskell api:
$ cd api
$ runghc Main.hs