Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpwrussell/d3scatterplot
https://github.com/dpwrussell/d3scatterplot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpwrussell/d3scatterplot
- Owner: dpwrussell
- Created: 2016-04-01T21:39:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T17:21:10.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T18:56:03.506Z (3 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
### Instructions
Enter web project: `cd react-redux-router`
Install dependancies: `npm install`
Serve this on port 8080: `node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base dist/`
Goto [localhost:8080](http://localhost:8080)
##### Note:
It is also possible (but not what I'm currently doing) to have installed webpack and some other build tools globally so that you can just do: `webpack-dev-server --content-base dist/`