This repo was bootstrapped from create-react-app-typescript.
- CerebralJS - state management within the app.
- GraphQL - for static data requests
- Socket.IO - for realtime requests
- prettier - for code formatting
To start a development webpack server, simple run the following:
# Install dependencies
yarn
# Start app
yarn start
Once you've done that, open up localhost:3000/channels/299881420891881473/355719584830980096
in your browser. All server requests will be proxied to localhost:7000
, so make sure the server is running on that port.
Cross-browser testing proudly sponsered by BrowserStack