A basic setup for a local playground when CodePen just isn't cutting it.
Based off of the webpack-starter-basic. See that repo for options that may be of interest (loading fonts, images, or bootstrap).
Install npm dependencies
npm install
Run the kickstart command
npm run kickstart
After the project has been kickstarted
To start the development server
npm start
To build for production
npm run build
To preview the production build
npm run preview