Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xtabbas/The-Ultimate-Boilerplate
webpack 2, react hotloader 3, react router v4, code splitting and more
https://github.com/xtabbas/The-Ultimate-Boilerplate
boilerplate chunking hot-reloading react react-router-v4 reactrouter redux server-side-rendering webpack
Last synced: about 2 months ago
JSON representation
webpack 2, react hotloader 3, react router v4, code splitting and more
- Host: GitHub
- URL: https://github.com/xtabbas/The-Ultimate-Boilerplate
- Owner: xtabbas
- Created: 2016-11-26T18:32:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T15:10:23.000Z (over 7 years ago)
- Last Synced: 2024-08-17T08:07:30.056Z (5 months ago)
- Topics: boilerplate, chunking, hot-reloading, react, react-router-v4, reactrouter, redux, server-side-rendering, webpack
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 85
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Ultimate Starter Kit For React Redux and Webpack
=======================
>React/Redux/Hot-reloading/Webpack/React-router/Express/Enzyme[![Build Status](https://travis-ci.org/touqeerkhan11/The-Ultimate-Boilerplate.svg?branch=master)](https://travis-ci.org/touqeerkhan11/The-Ultimate-Boilerplate) [![Dependency Status](https://david-dm.org/touqeerkhan11/The-Ultimate-Boilerplate/status.svg?style=flat)](https://david-dm.org/touqeerkhan11/The-Ultimate-Boilerplate)
Complete migration to ReactRouter v4 with Code Splitting and Server Side rendering!
Scripts
---------------
- `npm install` to download dependencies
- `npm run dev` for starting a dev server with hot-reloading
- `npm run build` for building production ready webpack build
- `npm start` for launching production server
- `fuck tests` for testing google your self roflupdate the package if needed `npm install -g npm-check-updates` -> `ncu -u`
Features
--------
- **Development server** with
- React-hotloader3
- React router redux
- Redux reducer hot-reloading
- Redux dev tool for chrome
- **Production server** with
- Webpack code splitting
- Environment variables
- Optimization and code compression
- Api and database connection ready
- **Webpack v2** with
- Babel loading
- File loading for img/fonts
- Sass/Css/Style loading
- Preloader for linting
- Airbnb Eslinting config
- **React Router v4**
- **Server Side Rendering**
- **Code Splitting**