CityPop is a web application where the user can recieve information about a city's population.
- Clone the project.
git clone https://github.com/EllenWiderstrand/city-pop.git
- Install npm dependencies.
npm install
- Run the app.
npm start
- Open http://localhost:3000 to view it in the browser.