/webpack-great-boilerplate

Webpack 4 - Babel(Async Await) - Sass(SCSS) - PostCSS - TailwindCSS - jQuery

Primary LanguageJavaScript

webpack-great-boilerplate

This is a boilerplate i made for myself for fast building static sites, it includes:

  • Webpack 4
  • Babel and Babel polyfill to use Async/Await
  • Sass(Scss)
  • PostCSS with Autoprefixer
  • TailwindCSS
  • jQuery
  • AnimateCSS
  • Axios(included it just for example purposes)

if you want to use this boilerplate just clone it, ready to use!

Start dev server:

npm start

Build for production

npm run build:prod