A lightweight kickstarter for webpack based Front End projects, includes a basic routing for SPA support and some helpers methods, etc.
- ES6 Support via babel
- JavaScript Linting via eslint-loader
- SCSS Support via sass-loader
- Autoprefixing of browserspecific CSS rules via postcss and autoprefixer
- Style Linting via stylelint
yarn install
If you'd rather use NPM, simply delete the yarn.lock
file in the root folder and run npm install
.
npm run start
npm run build
- Clean up helpers, improve and finish them off.
- Clean styles
- Add initial custom home
- Details on folder structure
Functional for local prototyping. Production build not really implemented nor tested, any feedback or PR's are welcome.
Originally based & extended from webpack starter.