Four connect React sample with a Starwars theme since it was uploaded on May 4th ;)
To run use NPM scripts (first clone then run npm install):
npm run build to build an optimized version of your application in /dist.
npm run serve to launch a browser sync server on your source files.
npm run serve:dist to launch a server on your optimized application.
npm run test to launch your unit tests with Karma. // No tests at the moment
npm run test:auto to launch your unit tests with Karma in watch mode. // No tests at the moment