I occasionally need to play around with some HTML/CSS/Javascript stuff in a way that doesn't work on http://codepen.io.
This is a simple template that I can use as a base for these kinds of experimental projects.
- Fast build/watch with Webpack 4
- ES6/ES17 support via Babel
- React and react+redux*
- Styles using SASS
- jQuery 3.1
npm run build
- Perform a basic webpack build of all filesnpm run watch
- Watch JS/SCSS files for changesnpm run clean
- Remove compiled filesnpm run dev
- Start a webpack-serve on http://localhost:8080 with hot-reloading
A basic React/react+redux setup is also included.