Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 720 Bytes

purescript-d3-starter

D3.js app starter with purescript

This is a small application stub for someone who wants to create D3.js viz in Purescript. It supports live coding, so once you launch it, every code change will cause browser reload automatically.

How to use it

Prerequisites

The project requires 3 components to be installed globally: gulp, bower and purescript itself. You can install everything from npm:

npm install -g gulp
npm install -g bower
npm install -g purescript

Installation

Once you download the repo, go to its root folder and run those commands to install dependences:

npm install
bower install

Run

Run following command to start session:

gulp