Dangerous Liaisons data visualization project
To get started, you need to ensure that you have NPM and Node running on your machine. Install the dependencies (npm install) and then run the project locally (npm run serve):
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
See Configuration Reference .
What Comes Next
This is the reference solution for the project:
- Return to the main lesson at ../README.md for the explanation, challenge framing, and assignment context.
- If you want to practice from scratch, switch back to ../starter/README.md and rebuild the project without relying on the completed code.
Last updated on