This is created as a completion task from Pluralsight lesson for basic react.
Run npm install
npm run start - this will run web server and watcher
npm run dev-server - this will activate your web server host http://localhost:4242
npm run dev-bundle - this will bundle all your js into one file
Refer to package.json scripts on how to run other tasks