Why and How To Start With React
This package implements a simple slide presentation in React that I used in a beginner JS talk at Exchange.js in September, 2018.
Requirements
Node (>= 9), NPM (>= 6)
Setup
git clone https://github.com/CAYdenberg/react-start.git
cd react-start
npm install
npm start