All Projects → MacKentoch → React Redux Bootstrap Webpack Starter

MacKentoch / React Redux Bootstrap Webpack Starter

React 16.9 + Typescript + React-Router 4 + Redux + Bootstrap 4 + Hot Reload + redux-devtools-extension + Webpack 4 + styled-components STARTER

Projects that are alternatives of or similar to React Redux Bootstrap Webpack Starter

React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-22.56%)
Mutual labels:  webpack, webpack4, jest, bootstrap, bootstrap4, react-router-v4
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-84.96%)
Mutual labels:  webpack, jest, enzyme, workbox
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (-67.67%)
Mutual labels:  webpack4, jest, enzyme, react-router-v4
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+130.83%)
Mutual labels:  webpack, webpack4, jest, enzyme
React Redux Antdesign Webpack Starter
react + redux + ant design + react-router 4 + webpack 4 starter
Stars: ✭ 44 (-66.92%)
Mutual labels:  webpack, webpack4, router, react-router-v4
coconat
🍥 StarterKit Builder for rocket-speed App creation on 🚀 React 17 + 📙 Redux 4 + 🚠 Router 5 + 📪 Webpack 5 + 🎳 Babel 7 + 📜 TypeScript 4 + 🚔 Linters 23 + 🔥 HMR 3
Stars: ✭ 95 (-28.57%)
Mutual labels:  enzyme, jest, react-router-v4, webpack4
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-4.51%)
Mutual labels:  webpack, router, bootstrap, react-router-v4
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+14045.86%)
Mutual labels:  webpack, jest, bootstrap
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (+283.46%)
Mutual labels:  webpack, jest, bootstrap
Honoka
Honoka is one of the original Bootstrap theme.
Stars: ✭ 634 (+376.69%)
Mutual labels:  webpack, bootstrap, bootstrap4
Simple React App
Simple base app using react, react-router v4, hot-reload & sass.
Stars: ✭ 263 (+97.74%)
Mutual labels:  jest, enzyme, react-router-v4
React Adventure
⛰ React high-ending architecture & patterns ready for use. Made for big and small projects. PWA Ready.
Stars: ✭ 62 (-53.38%)
Mutual labels:  jest, enzyme, react-router-v4
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (-12.78%)
Mutual labels:  webpack, jest, enzyme
Seven
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
Stars: ✭ 114 (-14.29%)
Mutual labels:  webpack, bootstrap, bootstrap4
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+169.17%)
Mutual labels:  webpack4, jest, enzyme
React Dashboard
🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥
Stars: ✭ 1,268 (+853.38%)
Mutual labels:  webpack, bootstrap, react-router-v4
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (-37.59%)
Mutual labels:  jest, enzyme, bootstrap4
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-23.31%)
Mutual labels:  webpack, webpack4, bootstrap
rr-boilerplate
A lightweight React&Redux boilerplate
Stars: ✭ 35 (-73.68%)
Mutual labels:  jest, react-router-v4, webpack4
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-51.13%)
Mutual labels:  webpack, jest, workbox

React 16.9+ (Typescript) React-Router 4 + Redux + Bootstrap + Webpack 4 with Hot Reload and redux-devtools-extension STARTER

license Build Status Coverage Status

My best React + redux project starter.

  • webpack is as simple as possible
  • ReactJS is written with optimization tricks (stateless, hooks, pure render, PureComponent...).
  • pure front-end = server independant (use whatever you want as server: NodeJS, Rails, .NET...)
  • SPA but SEO and/or PWA friendly since use of dynamic imports and application snapshot.

Concept behind: same as react-bootstrap-webpack-starter but added Redux and amazing and helpful redux-devtools-extension.

preview FOSSA Status

Detailed Content

Front:

  • Typescript
  • React JS (16.9+ - github 🔗)
  • Redux (as you application grows managing state will be a serious concern, save pain with Redux)
  • React-Redux (Redux is not specific to ReactJS, you could easily use it with Angular2 for instance)
  • redux-devtools-extension (github 🔗)
  • connected-react-router 4 (github 🔗)
  • react-router (4.x- github 🔗)
  • Bootstrap (4.x - github 🔗)
  • reactstrap (github 🔗)
  • loadable-components - work with reactsnap for better static website performance - (stuck to pre v2.2.3+ breakings changes, waiting for a new solution see PR)
  • font-awesome (github 🔗)
  • animate.css (github 🔗)
  • classnames (github 🔗)
  • react-motion (github 🔗)
  • Webpack 4.x (github 🔗)
  • axios (github 🔗 Why: simple, complete, isomorphic ...)

Tool chain:

  • Typescript
  • eslint
  • webpack 4
  • hot reload
  • loaders
    • ts / tsx
    • css
    • json
    • images formats
    • svg and fonts formats

tests:

  • Jest
  • enzyme

Changelog

Here

Usage

Install

# from root directory:
cd front && yarn install

bundle dev mode (+ redux-devtools)

# from root directory:
cd front && yarn run dev

dev : hot reload mode (+ redux-devtools)

# from root directory:
cd front && yarn run start

tests

# from root directory:
cd front && yarn run test

bundle production mode

# from root directory:
cd front && yarn run prod

mini node-express server

⚠️Ensure having bundled the application before (result is in _ROOT_DIR_/docs directory), then:

# from root directory:

# install dependencies the first time only:
cd server && yarn install
# run the server:
yarn run run-server # this will serve ROOT/docs content!

Donate

Do you use & like react-redux-bootstrap-webpack-starter but you don’t find a way to show some love? If yes, please consider donating to support this project. Otherwise, no worries, regardless of whether there is support or not, I will keep maintaining this project. Still, if you buy me a cup of coffee I would be more than happy though 😄

Support via PayPal

License

The MIT License (MIT)

Copyright (c) 2019 Erwan DATIN

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].