All Projects → MacKentoch → react-redux-immutable-webpack-ssr-starter

MacKentoch / react-redux-immutable-webpack-ssr-starter

Licence: other
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-redux-immutable-webpack-ssr-starter

React Base
atSistemas React/Redux Isomorphic Platform
Stars: ✭ 82 (+290.48%)
Mutual labels:  mocha, chai, immutablejs, webpack3
TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-38.1%)
Mutual labels:  mocha, starter, chai, react-hot-loader-3
boss-lite
Boss Lite - React Redux Material Admin Template
Stars: ✭ 148 (+604.76%)
Mutual labels:  ssr, immutablejs, webpack3
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (+14.29%)
Mutual labels:  starter-template, starter, starter-project
angular-open-source-starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 212 (+909.52%)
Mutual labels:  starter-template, starter, starter-project
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-38.1%)
Mutual labels:  mocha, starter, chai
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+47.62%)
Mutual labels:  starter-template, starter, starter-project
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-9.52%)
Mutual labels:  mocha, ssr, webpack3
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+61.9%)
Mutual labels:  starter-template, starter, starter-project
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (+28.57%)
Mutual labels:  starter-template, starter, starter-project
template-server-nodejs
No description or website provided.
Stars: ✭ 20 (-4.76%)
Mutual labels:  mocha, chai
react-testing-mocha-chai-enzyme
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Stars: ✭ 48 (+128.57%)
Mutual labels:  mocha, chai
minimal-hapi-react-webpack
Minimal Hapi + React + Webpack + HMR (hot module reloading) Sandbox
Stars: ✭ 55 (+161.9%)
Mutual labels:  mocha, chai
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+1776.19%)
Mutual labels:  mocha, chai
api-skel
Webpack + Typescript + Express + Jest + Chai + Gulp
Stars: ✭ 18 (-14.29%)
Mutual labels:  mocha, chai
aria-vue
Testing tools for Vue components
Stars: ✭ 21 (+0%)
Mutual labels:  mocha, chai
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+176.19%)
Mutual labels:  starter-template, starter-project
BotBlock.org
BotBlock - The List of Discord Bot Lists and Services
Stars: ✭ 29 (+38.1%)
Mutual labels:  mocha, chai
javascript-unit-testing-with-mocha
Unit test using Mocha and Chai
Stars: ✭ 104 (+395.24%)
Mutual labels:  mocha, chai
nodejs-integration-testing
Integration testing of a Node.js / Express.js / Sequelize app
Stars: ✭ 23 (+9.52%)
Mutual labels:  mocha, chai

React + React-Router + Redux + ImmutableJS + Bootstrap with with Server side rendering, Hot Reload and redux-devtools-extension STARTER

Sponsor

My React + Redux + Immutable + React-Router + Bootstrap + webpack project starter with server side rendering.

  • webpack is as simple as possible
  • ReactJS + Redux + React Router all immutable (all components extend PureComponent).
  • pure front-end = server independant (use whatever you want as server: NodeJS, Rails, .NET...)
  • server side redering

preview

Detailed Content

Front:

Tool chain:

  • babel 6+
  • eslint
  • webpack 3.x
  • hot reload
  • loaders
    • js / jsx
    • sass
    • css
    • json
    • images formats
    • svg and fonts formats
  • postcss

tests:

  • Mocha
  • Chai (+ dirty-chai)
  • enzyme
  • Sinon
  • nyc

Usage

This starter is build with NodeJS 8.1.4 (as stated in engines section of package.json)

Ensure you have a matching node version (nvm is your friend. If you need help to install and use nvm check my gist 👍)

Install

npm install

bundle dev mode (+ redux-devtools)

npm run dev

dev : hot reload mode (+ redux-devtools)

npm run start

tests

npm run test

bundle production mode

npm run prod

mini node-express server for SPA

with server hot reload (nodemon) and dev bundle:

npm run serve-spa-dev

without hot reload and prod bundle:

npm run serve-spa-prod

SSR server (prod bundle)

npm run serve-ssr

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