Skip to content

rafaelbertelli/zipcode

Repository files navigation

Address Finder

Type a zip code to see it on map

Project start up

npm install    # install npm packages
npm start      # run application

Run tests

npm test              # run tests
npm run test:watch    # run and keep watching tests