hoodunit / purescript-bootstrap

PureScript bootstrap project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PureScript bootstrap project

This is a bootstrap project for developing web apps with PureScript. It is a simple server written in PureScript that serves a single static page running PureScript client code. Source files are rebuilt and the server is restarted when source code changes.

Tech stack: npm + bower + gulp + browserify + express

Install external dependencies

Install project dependencies

npm install
./bower.sh update

Build and run project

./gulp.sh

About

PureScript bootstrap project

License:Other


Languages

Language:JavaScript 58.7%Language:PureScript 33.4%Language:HTML 5.4%Language:Shell 2.5%