Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 2.35 KB

File metadata and controls

56 lines (45 loc) · 2.35 KB

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.