Apollo React Starter Project

Quickstart

Dependency installation

$ npm install

Starting the app in HMR mode

$ npm start

Checking the validity of the app

# unit tests
$ npm test

# lint the app code
$ npm start lint

Interactive scripts

$ npm run interactive