Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 958 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 958 Bytes

CI Deploy

React patterns workshop

A workshop about intermediate and advanced React patterns.

Getting started

Open and follow the slide deck at https://nearform.github.io/react-patterns-workshop/.

To run this workshop you have two options:

  1. setting it up locally
  2. run it in Codesanbox, an online IDE

Running locally

Requirements

  • Node LTS

Setup

  • clone this repository
  • npm i
  • npm run dev to start the application
  • [optional] npm run slides:start to start the slide deck

Running on Codesandbox