This is the front end for the CreativityCrop project. Created with Create React App and Tailwind CSS.
Clone the project or download an archive.
git clone https://github.com/CreativityCrop/react-front-end.git
Then install all the required dependencies
npm install
# runs in development environment
npm run start
# makes a production build
npm run build
# executes automated tests
npm run test
API endpoint must be changed to reflect you current environment. In src/AuthAPI.js
modify the value of the MAIN_API_URL variable.
The production build can be deployed on any compatible web server. For more information see Deployment.