/webpack-es6-starter

Start webpack configuration (ES6 and SASS) technologies

Primary LanguageJavaScript

Webpack ES6 Starter

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.

Getting Started

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.

Live Preview

Click here for a preview

Screenshot

Capture

Prerequisites

You should have installed node and nodejs.

install dependencies

npm install

start development server

For starting the app in a development server we use here webpack-dev-server and you can just run this cmd

npm start

generate a build

development build

npm run build:dev

production build

npm run build:prod

Features