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 starter version of the project:
- Return to the main lesson at ../README.md for the learning context and full instructions.
- Open the completed version in ../solution/README.md only after you have tried the exercise yourself or need a reference implementation.
Last updated on