Skip to content

Starter Pux application using webpack with hot-reloading and time-travel debug using pux-devtool.

License

Notifications You must be signed in to change notification settings

sleexyz/pux-starter-app

 
 

Repository files navigation

pux-starter-app

Starter Pux application using webpack with hot-reloading and time-travel debug using pux-devtool.

See the Guide for help learning Pux.

Pux starter app animation

Installation

git clone git://github.com/alexmingoia/pux-starter-app.git example
cd example
npm install
npm start

Visit http://localhost:3000 in your browser, edit src/purs/Layout.purs and watch the magic!

Available scripts

watch

npm start or npm run watch will start a development server, which hot-reloads your application when sources changes.

serve

npm run serve serves your application without watching for changes or hot-reloading.

build

npm run build bundles and minifies your application to run in production mode.

About

Starter Pux application using webpack with hot-reloading and time-travel debug using pux-devtool.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 53.0%
  • PureScript 39.8%
  • HTML 4.5%
  • CSS 2.7%