Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 926 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 926 Bytes

WOLRD MAP

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

Development Setup

  1. Install Node v.8.11.3

  2. Confirm npm was installed with Node by running npm -v. You should get a version number (current LTS is 5.6.0).

  3. Clone this repo:

    git clone https://github.com/Huongg/world-map.git && cd world-map
    
  4. Install packages:

    npm install
    

Finish line

If everything is set up correctly, after running npm start, visit localhost:3000 in your browser.