Skip to content

Boilerplate do Webpack com DevServer, SASS, PostCSS com Autoprefixer e Babel (ES6 para vanilla JS)

Notifications You must be signed in to change notification settings

codigofalado/webpack-sass-babel

Repository files navigation

Português:

Boilerplate para facilitar o uso do Webpack com DevServer, SASS, PostCSS com Autoprefixer e Babel (ES6 para vanilla JS)

Instalação

  1. npm install
  2. Para rodar em produção, use npm run build
  3. Para iniciar o DevServer com HOT Reload, use npm run start
  4. Desenvolva seu projeto na pasta src.

English:

Boilerplate for Webpack with DevServer, SASS, PostCSS with Autoprefixer and Babel (ES6 to vanilla JS)

Install

  1. npm install
  2. To generate the assets for production, run npm run build
  3. To start the DevServer with HOT Reload, use npm run start
  4. Build your project on the src folder.

About

Boilerplate do Webpack com DevServer, SASS, PostCSS com Autoprefixer e Babel (ES6 para vanilla JS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published