this repo aims to introduce people to a webpack configuration with ES6 and SASS technologies with an adaptation of the concept of separation of concerns.
This is a simple starter with all necessary tools for fast prototyping in Vanilla JS. You can use the newest features of Javascript fast and easily. Also, in the stater i included sass that make writing CSS more extensible.
You should have installed node and nodejs.
npm install
For starting the app in a development server we use here webpack-dev-server and you can just run this cmd
npm start
npm run build:dev
npm run build:prod
- WEBPACK Support via webpack
- ES6 Support via babel.
- SASS Support via sass-loader.
- POST CSS Support via postcss-loader.
- HTML Loader Support html-loader.