This template contains sample routines to build a simple app.
Webpack handles all module bundling and related routines.
Babel for ES6 transpiling and related coding routines.
React and React Router added to package for view development. Also React Hot Reload added for automatic view updates during development.
Redux for state management
For error printing on the screen
To increase your code quality and having a standard coding styles across the projects, ESLint and Style Lint
Caffeine & Melange Scss frameworks preinstalled as bower components . However it is easy to change Sass framework dependencies.
Optimizes your image files for the production.
With the usege of tpl
or html
files. Uses HTML Webpack Plugin
You can configure your library files, output folders and signature/banner texts in minifed files with app.config.js
in project root.