Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 627 Bytes

Earthquake WEB

This is the Frontend portion of the Find Nearest Earthquake project made with Reactjs.

Backend project here

Challenge description here

How to run the project

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/