xesite/frontend
Cadey Ratio 77625d0878 frontend: fix bulletpoints in blogposts and resume 2017-01-09 14:58:38 -08:00
..
src frontend: fix bulletpoints in blogposts and resume 2017-01-09 14:58:38 -08:00
support frontend: fix bulletpoints in blogposts and resume 2017-01-09 14:58:38 -08:00
.gitignore update gitignore 2016-12-14 19:59:18 -08:00
LICENSE initial commit, get frontend code in 2016-12-13 23:11:20 -08:00
README.md initial commit, get frontend code in 2016-12-13 23:11:20 -08:00
bower.json add needed files for deployment 2016-12-18 12:11:06 -08:00
package.json frontend: fix bulletpoints in blogposts and resume 2017-01-09 14:58:38 -08:00
webpack.config.js initial commit, get frontend code in 2016-12-13 23:11:20 -08:00
webpack.production.config.js frontend: make webpack better 2016-12-18 08:51:15 -08:00

README.md

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.