A react/redux/webpack application that presents an interface that pretends to administer Pluralsight courses built by following the course Building Applications in React and Redux in ES6.
npm start -s
This will start a development webpack service that will lint, run tests and serve the transpiled files.
npm run build -s
This will create a deployable, static version of the application in the ./dist folder.