Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 894 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 894 Bytes

CreativityCrop React Front End

This is the front end for the CreativityCrop project. Created with Create React App and Tailwind CSS.

Installation

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

Usage

# runs in development environment
npm run start

# makes a production build
npm run build

# executes automated tests
npm run test

Configuration

API endpoint must be changed to reflect you current environment. In src/AuthAPI.js modify the value of the MAIN_API_URL variable.

Deployment

The production build can be deployed on any compatible web server. For more information see Deployment.

License

GNU GPLv3