Skip to content

ziir/pariswebapp

Repository files navigation

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:

  • nvm (or Node.js 10 recommended)
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

About

Paris Web 2018 React/Redux performance workshop demo apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published