Skip to content

A starter boilerplate for a universal webapp using docker, express, react, redux, webpack and babel

Notifications You must be signed in to change notification settings

StefanoPastore/react-redux-universal-boilerplate

Repository files navigation

React Redux Universal Boilerplate

About

This is a starter boilerplate app I've put together using the following technologies:

Requirments

Installation

yarn
docker-compose build

run app

docker-compose up

Storybook

npm run storybook

Usage

Go to http://localhost:3000 for development and go to http://localhost:1818 for storybook.


NB

Files src/styles/settings/variables and src/styles/settings/palette must exist because they serve to inject global variables on SASS scope.

DEVELOPMENT

All changes in development mode will applied in real time.

To update or install node modules launch docker-compose exec web bash when container is up, now we can launch yarn [add|upgrade] [package] and we have new/updated module in container, in package.json and in yarn.lock.

ATTENTION

Always check the process isn't stopped when server files are changed, in case repeat run app actions.

About

A starter boilerplate for a universal webapp using docker, express, react, redux, webpack and babel

Resources

Stars

Watchers

Forks

Packages