This project was bootstrapped with Create React App.
Website for FaceR
This repository serves as the website for FaceR - a company part of University of Florida's Gator Hatchery program.
Visit the FaceR Site
Learn more about Gator Hatchery
After cloning run the commands: npm install from the root. After this you will run npm run-script install-all from the root.
From now on run this command anytime you want to install all modules again. This is a script defined in package.json.
The website is currently hosted on Heroku using a free dyno. Continuos integration tool is enabled, if the CI Script Testing passes, changes to master will automatically deploy.
V 1.0
- Ariel Barboza
- Sara Gaya
- Santiago Romero
- Zoe Seibert
- Hayden Menge
- Hannah McEachern
- See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Thank you to FaceR for being a great customer
- and to all the faculty and staff of CISE @ UF
- etc
- Logo

In the project directory, you can run:
Runs both the client app and the server app in development mode.
Open http://localhost:3000 to view the client in the browser.
Runs just the client app in development mode.
Open http://localhost:3000 to view the client in the browser.
Runs just the server in development mode.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
If deploying to heroku this does not need to be run since it is handled by the heroku-postbuild script
See the section about deployment for more information.
You can learn more in the Create React App documentation.
To learn how to setup a local MongoDB instance for testing, check out how to Connect to MongoDB.
To learn how to deploy a full-stack web app to heroku, check out this great guide.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify