A neat Webpack 4 starter to quickly start a general web development with Standard and PostCSS
What It Provides:
- Out-of-the-box dev and prodction environments
- Enable the latest version of Javascript (ES6)
- Standard JS for JS style guide, linter and formateter
- PostCSS transform CSS with Javascript and use tomorrow's CSS today!
Available Tasks
# Run local dev environment with hot reload
$ yarn dev
# Build production files
$ yarn build
# Run standard lint
$ yarn lint
# Run standard lint auto-fix
$ yarn lintfix
Feel free to add more loaders on top of this starter and enjoy coding!