City-Matcher
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.
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).
A step by step series of examples that tell you have to get a development env running
yarn
Or
npm install
To start application type
yarn run start
Or
npm run start
To start application type
yarn run build
Or
npm run build
Open your browser and find app loaded on localhost:3000 -port
- 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
- Priscila Oliveira - Initial work