Project built along with chapter 12 of D3.js in Action, 3rd edition. Refer to the chapter for a breakdown of each step.
- Install Parcel:
npm install parcel
or
npm install -g parcel
- Install the dependencies:
npm install
- Start the project:
parcel src/index.html
- The port at which your project is available will be displayed in the terminal window.