Skip to content

lucky-gru/address_book

Repository files navigation

Simple Address Book

This project was bootstrapped with Create React App.

Requirements

  1. Please change .env.example to .env
  2. Make sure to run API wrapper. GetAddress.io doesn't allow CORS so this project needs an API wrapper. The repo is GetAddress.io API.
  3. After that, you need to specify the API wrapper to get addresses from getaddress.io for example REACT_APP_API='http://localhost:1337'

Available Scripts

In the project directory, you can run:

yarn

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.\

See the section about deployment for more information.

yarn lint

Help to find and fix problems with your code See the section about eslint