Skip to content

CreativityCrop/react-front-end

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published