reactmap

*Experimental* Webapp to search address with React

Stars
5

ReactMap

Experimental Webapp to search address made with React

This app is created with Create React App, a official by Facebook tool to start new projects. Look more of Create React App in the official website or here.

How to run

Clone this repo with following command:

git clone https://github.com/woliveiras/reactmap.git

Install all dependencies:

cd reactmap
npm i

Run local server:

npm start

The browser will be open with ReactMap loaded!

Building the project

To build the ReactMap project run following command:

npm run build

Will be created a folder named build optimized for production.

That's all folks