Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 635 Bytes

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.