Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 694 Bytes

Nearby Shops Front-end

Reactjs web application provides the user to search for the nearest shops from his location.

The application on Heroku: Nearby Shops

P.S. The idea of the project is from the United Remote web coding challenge.

Requirements

For development, you will only need Node.js installed on your environement.

Setup

1. Clone the application

git clone https://github.com/Salman-EF/nearestshops-front.git

2. installation

npm install

3. Start

npm start

The server will start at your http://localhost:3000.