RuggeroRebellato / webpack-great-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 93.2%Language:CSS 4.2%Language:HTML 2.6%