$ git clone https://github.com/npmgraph/npmgraph.git
$ cd npmgraph
$ npm installThis builds the source with Parcel:
$ npm run buildOnce built, you can use any dev server to serve the dist folder.
This builds the source and starts an auto-reloading Parcel server:
$ npm startDistributed under the GPL-3.0 License. See LICENSE.txt for more information.
- npmgraph: on which our project is based.
- DependencySniffer: a line tool analyze your Javascript dependencies and notify you of potential dependency smells.