Skip to content

🎒A minimal PureScript/Spago webpack configuration template

Notifications You must be signed in to change notification settings

maciejsmolinski/purescript-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PureScript × Webpack

🎒A minimal PureScript/Spago webpack configuration template.

New project setup

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 instructions:

# Build once
$ npm run build

# Build continuously
$ npm run build:watch

Executing the code

Include dist/bundle.js in your web application or run node dist/bundle.js in node.

About

🎒A minimal PureScript/Spago webpack configuration template

Resources

Stars

Watchers

Forks

Packages

No packages published