Woolly is the online shop of all the clubs of the Université de Technologie de Compiègne: https://assos.utc.fr/woolly/.
This project is built with React and bootstrapped with Create React App. The API can be found here: https://github.com/simde-utc/woolly-api.
First of all, you need to install NodeJS. Then install the required packages:
npm install
Run the following command to start the development server:
npm run start
Build the application with:
REACT_APP_API_URL='/url_to_woolly_api' \
PUBLIC_URL='/url_to_woolly' \
npm run build