This project is using D3 and React together to build a spinning world map, which shows the countries that I have been and have not
-
Install Node v.8.11.3
- Easiest method: Install nvm and then run
nvm install v8.11.3
- Or follow Node.js installation instructions
- Easiest method: Install nvm and then run
-
Confirm npm was installed with Node by running
npm -v
. You should get a version number (current LTS is 5.6.0).- If you get
npm: command not found
, install npm.
- If you get
-
Clone this repo:
git clone https://github.com/Huongg/world-map.git && cd world-map
-
Install packages:
npm install
If everything is set up correctly, after running npm start
, visit localhost:3000 in your browser.