WHEN I run npm start
THEN a webpack dev server should startup
AND the background color should be green
AND there should be a console.log that says hi
AND there should be NO eslint errors (but one warning about the console.log)
AND there should be a bootstrap btn-danger
User Story
As a developer, I need webpack setup.
AC
WHEN I run npm start THEN a webpack dev server should startup AND the background color should be green AND there should be a console.log that says hi AND there should be NO eslint errors (but one warning about the console.log) AND there should be a bootstrap btn-danger
Dev Notes
Follow the setup notes HERE include bootstrap css