Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 564 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 564 Bytes

JSNN5_react_apps_performance

Source code and slides from presentation at Nizhny Novgorod JS meetup #5

Video

Watching slides

Slides are made with reveal.js

To run presentation locally

cd reveal.js
npm install
npm run start

Running code

Examples are made with create-react-app

To run an example, go to examples directory and run

npm install
npm run start