Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Create React App

This project is bootstrapped with Create React App.

How to run

Navigate to /src/App/index.js and update the config vars

Step 1:

const CDN_URL = ``; const S3_PATH = ``; const S3_BUCKET = ``; const SERVER_URL = ``;

Step 2:

npm install npm start