Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
/ react-workshop Public archive

presentation for the catalysts react workshop

Notifications You must be signed in to change notification settings

cat-react/react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

presentation for the first react workshop at catalysts made by Dominik Sumer and David Jöch

React Workshop

A Bespoke.js presentation, built with generator-bespoke

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve