Skip to content

CraftTurf/craftturf-react-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Craft Turf Get Reactive Workshop

Follow the instructions below to setup the workshop exercises.

Setup the project for development

git clone https://github.com/CraftTurf/craftturf-react-workshop.git
npm install

To run the exercise in storybook

npm run storybook

🚀 Project Exercises

├─ src
    |- components
        ├─ HelloButton      React pure and JSX
        ├─ Profiles         Data and View
        └─ Functional       Functional programming basics

Explore React Ecosystem...

Docs