ziir / pariswebapp

Paris Web 2018 React/Redux performance workshop demo apps
https://parisweb.app
2 stars 2 forks source link

pariswebapp

Demo apps for React/Redux performance workshop at Paris Web 2018

Workshop page: Petits trucs pour rendre vos applications React plus performantes

Installation for local app development

Prerequisites:

git clone git@github.com:ziir/pariswebapp.git
cd pariswebapp
nvm install
npm install -g yarn
./install-all.sh

Run an app for local app development

cd react-1
yarn start

Run the webserver serving all the apps

./build-all.sh
yarn dev

Live

The apps are deployed on https://parisweb.app. Domain is registered via GANDI.

Register a domain name via GANDI

The Paris Web App homepage lists the available apps.

Note: the apps are deployed in a semi-production mode to allow (react) profiling.

Each app is accessible using the following pattern:

Deployment

Apps are deployed to GANDI Simple Hosting Node.js S+.

More information on how to deploy a similar setup of React apps to GANDI Simple Hosting.

Contributors

Timothée Pillard

Julien Wajsberg