Rental Resume is a simple ReactJS single page application. It was made as a proof of concept by @chrisheninger and @ryanwiemer in early 2016.
If you have an idea that could improve the site– we would love to hear your feedback. If you notice that we're doing anything in our code that looks wrong– or if you have a question about why we did something the way we did– please let us know!
Feel free to file a issue + pull request with a detailed description of what you updated and why. Bonus points if you resolve open issues!
- Clone the repo
- Run
npm install
to install dependencies - Run
npm run start
to start local development server - Open a browser to http://localhost:3000/ and voilà!
This project was bootstrapped with Create React App.