Skip to content

MaciekLesiczka/purescript-d3-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

D3.js app starter with purescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published