Simple app to lookup city services based on a location
This project was created using:
Download the repo.
$ git clone git@github.com:CityOfDetroit/local-services-lookup.git
Install node dependencies.
$ yarn
Run local instance.
$ yarn start
Run tests.
$ yarn test
Build production code.
$ yarn build