Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpwrussell/d3scatterplot


https://github.com/dpwrussell/d3scatterplot

Last synced: about 1 month ago
JSON representation

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/`