A web app built with react, jest, flow, and webpack. Ideally users can search for homes in there area.
What things you need to install software wise and how to install them
Install NPM (https://www.npmjs.com/) Install Node.js (https://nodejs.org/en/download/current/)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone or download the project files from my repository
git clone https://github.com/BrianQMclaren/Real-Estate-App
Run npm install in your terminal to get all of the packages
npm install
Run the server by running npm start
npm run dev
- React - The javascript library for building user interfaces
- Node - Asynchronous event driven JavaScript runtime
- Jest - Test javascript code including react apps
- Flow - Static Type Checker for javascript
- Babel - Javascript complier
- Webpack - Module Bundler
- Brian Mclaren
This project is licensed under the MIT License - see the LICENSE.md file for details