/purescript-webpack-example

Example using PureScript with webpack

Primary LanguagePureScriptMIT LicenseMIT

purescript-webpack-example

Example project using PureScript with webpack.

bower install

npm install

npm run webpack

npm start

To test this in the browser with the webpack-dev-server.

bower install

npm install

# http://localhost:4008/
npm run webpack:server

Additional examples