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)
Start dev server:
npm start
Build for production
npm run build:prod