Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prsdthkr/react-d3-boilerplate-by-arogyakoirala


https://github.com/prsdthkr/react-d3-boilerplate-by-arogyakoirala

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-d3-boilerplate
This is a simple boilerplate application that has d3 integrated with react.

### Instructions

1. Clone this repo
2. Run `npm install`
3. Run `npm run start`
4. The server is now up and running at http://localhost:8080

### Notes

1. This boilerplate has d3 v4.0 loaded with it. You can learn more about what has changed by viewing [this link.](https://github.com/d3/d3/blob/master/CHANGES.md)
2. To revert to an older version of d3, run `npm uninstall d3` followed by `npm install [email protected]`
3. This boilerplate uses webpack to load and serve (I think! I'm fairly new to react and I'm not sure if I got my terms correctly).