Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prsdthkr/react-d3-boilerplate-by-arogyakoirala
- Owner: prsdthkr
- Created: 2019-05-22T19:32:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T19:33:15.000Z (over 5 years ago)
- Last Synced: 2024-10-05T09:14:24.536Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).