Clone the project, then follow the steps below to build the front and back end.
Change into the address-history-challenge directory and run the following:
./go
See address-history-api repository for more information.
Change into the client directory and execute the following if using npm:
npm install
npm start
If using yarn:
yarn install
yarn start