SCRIPT-8

A JavaScript-based (React + Redux) fantasy console.

Setup for local development

0 - Clone or download this repository

1 - Install prerequisites

2 - Install this repository

yarn

3 - Start a development server

Open up 2 terminals. In the first one, type:

yarn iframe-start

Wait until it says Compiled successfully!. Then, in the second terminal, type:

yarn start

This will open SCRIPT-8 on http://localhost:3000.

Other information

SCRIPT-8 was built with create-react-app. Consult its guide for more instructions (e.g. running tests, building).

Contributors