Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 511 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 511 Bytes

Report

Relatório Final

Dependencies

elm

create-elm-app

How to run the development server

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