thomashoneyman / purescript-halogen-realworld

Exemplary real world application built with PureScript + Halogen
https://thomashoneyman.com/guides/real-world-halogen
MIT License
792 stars 86 forks source link

`npm run serve` gives an empty page #118

Closed JaSpa closed 1 year ago

JaSpa commented 1 year ago

Cloning this repository and running npm run serve from inside of the nix shell results in an empty page.

The problem is that index.html refers to main.js instead of index.js. However, npm run bundle is configured to produce a main.js file.

thomashoneyman commented 1 year ago

Thanks for catching this! This does need to be fixed.