Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.13 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.13 KB

React ssr


A lightweight Boilerplate Server Side Render example with nodejs, react, webpack 4, react-router, redux and ducks file schema 💂‍♂️

Table of Contents

Introduction

This project follows this excellent tutorial (and modify some things like redux).Feel free to take a look.

Requirements

We need

Install

yarn
or
npm install

to run: npm run dev

Features

  1. Ducks (file folder structure).
  2. Superagent (Ajax with less suck)
  3. Webpack 4.
  4. Helmet (http security).
  5. Eslint.
  6. Pre-commit.
  7. Redux - Redux thunk.
  8. Nodejs - Express.
  9. WIP: css loader

Acknowledgments

N/A

License

The MIT License (MIT) 2018.