A React App utilizing the Superhero API to create different teams of superheroes. The project was bootstrapped with Create React App. The most recent version of its guide can be found here.
From a fresh clone, run npm install.
To configure the API to fetch properly, first start the relay server. If you are in the main directory, go to the components folder by typing cd src/components and then run NODE_TLS_REJECT_UNAUTHORIZED=0 node relay.js. You should get a prompt in your terminal that says Starting super-simple HTTP relay server...
Afterwards, to see the site locally, run npm start then visit http://localhost:3000.
Run tests with npm test. View test coverage with npm test -- --coverage.
Create a deployment-ready build with npm run build.