Skip to content

mfrohberg/react-redux-complete-example

 
 

Repository files navigation

WIP - Complete react-redux example project

An example project based on the folder structure proposed here: https://github.com/alexnm/re-ducks

Build Status

Usage

Clone the repo

git clone git@github.com:FortechRomania/react-redux-complete-example.git

Install dependencies

npm i

or with yarn, which I highly recommend

yarn

Run project

npm run compile
npm run dev-server

or both tasks in parallel in a single terminal

npm start

Access localhost:7777 to see the magic.

Running the tests

npm run test

Running eslint

npm run linter

Todos

  • Ducks modular approach
  • Server side rendering with prefetching
  • Redux Dev Tools / HMR
  • Styling Setup
  • Codesplitting

About

A react+redux example project based on the folder structure proposed here: https://github.com/alexnm/re-ducks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%