Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.31 KB

README.md

File metadata and controls

81 lines (46 loc) · 1.31 KB

Project Title

City-Matcher

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

You have to have installed nodejs and yarn ( optionaly npm package manager).

Installing

A step by step series of examples that tell you have to get a development env running

yarn

Or

npm install

Development

To start application type

yarn run start

Or

npm run start

Production

To start application type

yarn run build

Or

npm run build

Starting

Open your browser and find app loaded on localhost:3000 -port

Built With

  • React - The javascript library
  • Redux - Predictable state container for JavaScript apps
  • Redux-Thunk - Thunk middleware for Redux
  • React Router - Declarative routing for React
  • Material-UI - React Components that Implement Google's Material Design

Author

  • Priscila Oliveira - Initial work