g3k0 / Webpack-React-SASS-ES6-starter-kit

A ready to use Webpack module loader with configuration for React, SASS and ES6 transpiling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebPack React SASS ES6 Transpiler Starter kit

Author: Christian Palazzo
Current version: 1.0.0
Bugs report: info@christianpalazzo.org

Description

WebPack-React-SASS starter kit.

Browser compatibility

Latest stable browsers versions are recommended.

Installation

  • clone this repository;
  • download the dependencies with the command:
$ npm install
  • build the source code with the command:
$ npm run build
  • start the development server with:
$ npm start

Navigate through the repository commits to see the different features:

  • SASS precompiling;
  • multiple bundle implementation;
  • vendor bundle;

About

A ready to use Webpack module loader with configuration for React, SASS and ES6 transpiling


Languages

Language:JavaScript 100.0%Language:HTML 0.0%