🎒A minimal PureScript/Spago webpack configuration template.
Based on github repository without git history:
$ npx degit maciejsmolinski/purescript-webpack-template new-purescript-project && \
cd new-purescript-project && \
npm install
Complete clone of the git repository:
$ git clone [email protected]:maciejsmolinski/purescript-webpack-template.git && \
cd purescript-webpack-template && \
npm install
# Build once
$ npm run build
# Build continuously
$ npm run build:watch
Include dist/bundle.js
in your web application or run node dist/bundle.js
in node.