Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.32 KB

Simple HTML Build with Webpack 2 & React-Redux

This template contains sample routines to build a simple app.

Included Packages & Related Tasks

Webpack 2 & Webpack Dev Server

Webpack handles all module bundling and related routines.

Babel

Babel for ES6 transpiling and related coding routines.

React

React and React Router added to package for view development. Also React Hot Reload added for automatic view updates during development.

Redux

Redux for state management

Redbox React

For error printing on the screen

Linting

To increase your code quality and having a standard coding styles across the projects, ESLint and Style Lint

Sass

Caffeine & Melange Scss frameworks preinstalled as bower components . However it is easy to change Sass framework dependencies.

Image optimization

Optimizes your image files for the production.

Template Rendering

With the usege of tpl or html files. Uses HTML Webpack Plugin

Configuration

You can configure your library files, output folders and signature/banner texts in minifed files with app.config.js in project root.