This project was bootstrapped with Create React App.
# clone repository
git clone https://github.com/tommylykerin/geoui
# enter project directory
cd geoui
# install dependencies
yarn install
## or
npm install
# run project
yarn start
## or
npm start