Front-End application for Multiple Face Detection created with Create React App.
- SPA created with Create React App
- Styled with Tachyons and Particles.js
- Clarifai API
Follow the instructions below to get a copy of the project, whether it's for development or testing purposes.
You'll need Git and Node.js (which comes with npm) installed on your computer
[email protected] or higher
[email protected] or higher
[email protected] or higher
# Clone this repository
$ git clone https://github.com/miguel-osuna/Smartbrain-App
# Go into the repository from the terminal
$ cd Smartbrain-App
# Remove current origin repository
$ git remote remove origin
Create a .env with the content of .env_sample, replacing your client's url with the value in caps.
REACT_APP_HOME_PAGE =
localhost:3000
Create React App will be installed under react-scripts when all dependencies are installed
# Install project dependencies
$ npm install
# Start and watch the project
$ npm start
Once your server has started, go to http://localhost:3000/
and you will see the website running on a Development Server.
Once you are ready to deploy your project, read the following tutorial to choose your hosting
Don't forget to replace the .env variables with your hosting url
REACT_APP_HOME_PAGE = https://app_name.hostingservice.com
- Miguel Osuna - https://github.com/miguel-osuna
This project is licensed under the MIT License - see the LICENSE.md file for details.