Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 408 Bytes

File metadata and controls

28 lines (17 loc) · 408 Bytes

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