map layout clone of Airbnb layout.
Once you have Node and npm installed and this repository downloaded, you'll need to install the application's dependencies. Do this with:
npm install
to start the app in development more run:
npm start
to build the app for production run:
npm build
created using reactjs and ES6
MIT