All Projects → MacKentoch → react-redux-nextjs-bootstrap-starter

MacKentoch / react-redux-nextjs-bootstrap-starter

Licence: other
next + react + redux + bootstrap starter

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-redux-nextjs-bootstrap-starter

Vue Electron Typescript Quickstart
A boilerplate of Electron app that uses Vue in TypeScript.
Stars: ✭ 22 (-8.33%)
Mutual labels:  boilerplate-template, starter
react-redux-nextjs-bootstrap-pwa-starter
a progressive web app starter with next js redux + redux-persist + bootstrap
Stars: ✭ 69 (+187.5%)
Mutual labels:  starter, next
next-saas-starter
⚡️ Free Next.js responsive landing page template for SaaS products made using JAMStack architecture.
Stars: ✭ 497 (+1970.83%)
Mutual labels:  starter, next
dogstudio-next-starter
Opinionated Next.js starter by Dogstudio
Stars: ✭ 66 (+175%)
Mutual labels:  starter, next
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (+0%)
Mutual labels:  boilerplate-template, starter
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-12.5%)
Mutual labels:  react-bootstrap, starter
next-ts-graphql-apollo-starter
An opiniated Next powered starter which include support for Apollo with GraphQL SSR support, codegen, styled component / system, framer motion and Cypress
Stars: ✭ 18 (-25%)
Mutual labels:  starter, next
Ignite
A comprehensive Flask boilerplate to build SaaS applications that includes Stripe billing, emails, login, and OAuth.
Stars: ✭ 102 (+325%)
Mutual labels:  boilerplate-template, starter
next-ts-starter
A Next.JS powered Typescript starter with styled components, styled-system, framer motion, jest and cypress
Stars: ✭ 27 (+12.5%)
Mutual labels:  starter, next
Gulp Wxapp Boilerplate
小程序 Gulp 开发脚手架
Stars: ✭ 145 (+504.17%)
Mutual labels:  boilerplate-template
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (+908.33%)
Mutual labels:  boilerplate-template
Docker Nginx Gunicorn Flask Letsencrypt
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Stars: ✭ 117 (+387.5%)
Mutual labels:  boilerplate-template
Workflow Reactjs
My workflow with ReactJS + Webpack 3+
Stars: ✭ 150 (+525%)
Mutual labels:  boilerplate-template
react-native-redux-boilerplate
React Native Redux Boiler Plate
Stars: ✭ 38 (+58.33%)
Mutual labels:  boilerplate-template
Scaffolder
Scaffolder - Increasing dev velocity and standardizing file conventions.
Stars: ✭ 126 (+425%)
Mutual labels:  boilerplate-template
nextjs-semantic
Next.js + Fomantic-UI + Styled Components
Stars: ✭ 68 (+183.33%)
Mutual labels:  starter
Marionette Integrations
A collection of starter kits for building Marionette Applications
Stars: ✭ 115 (+379.17%)
Mutual labels:  boilerplate-template
Scaffold Static
Scaffolding utility for vanilla-js
Stars: ✭ 111 (+362.5%)
Mutual labels:  boilerplate-template
spring-boot-starter-smpp
Spring boot starter to send SMS via SMPP
Stars: ✭ 25 (+4.17%)
Mutual labels:  starter
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+220.83%)
Mutual labels:  starter

license

Next JS + React + Redux + Redux persist + redux-devtools-extension + Bootstrap starter

A NextJS starter with redux and bootstrap

preview

See it in action deployed with now

Detailed Content

Front:

  • Next js (4.x+ github 🔗)
  • React JS (16.x+ - github 🔗)
  • redux (as your application grows managing state will be a serious concern, save pain with Redux)
  • redux-persist (simplifies your NextJS state share between pages github 🔗)
  • localforage (for better performances than localStorage)
  • react-redux (Redux is not specific to ReactJS, you could easily use it with Angular2 for instance)
  • redux-thunk (simple and does the job)
  • next-redux-wrapper
  • redux-devtools-extension (github 🔗)
  • react-bootstrap (github 🔗)
  • axios (github 🔗 Why: simple, complete, isomorphic ...)

Tool chain:

Usage

IMPORTANT: Next JS when redux connected

Install

npm install

Scripts

run dev with hot reload

Clone this repository, then install dependencies:

npm run start
build dev bundle
npm run build
start dev (no hot reload)

NOTE: ensure you built first before starting

npm run start

LICENSE

The MIT License (MIT)

Copyright (c) 2017 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.

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].