This is the Frontend portion of the Find Nearest Earthquake project made with Reactjs.
Backend project here
Challenge description here
1. Clone the project
$ git clone <repo_url>
2. Enter on the project folder
$ cd earthquake-web
3. Create your .env file
$ cp contrib/.env-sample .env
4. Instal the dependencies
$ npm install
5. Run the project
$ npm start
The project will be available at http://localhost:3000/