Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 649 Bytes

File metadata and controls

17 lines (12 loc) · 649 Bytes

Introduction

This lab is geared toward a ground up build of a react component, including storbooking, state management, communication. After this lab you should be able to build a react component and explore more advanced options in every area of ecosystem.

Prereqs

Please install the prerequisite's before starting the lab because we dont want to spend a lot of time getting your computer operational for this kind of development

Install node to get npm

Install yarn

A development IDE such as Intellij

Proceed to Step 1 - Create Project