Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

ispfx/react-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Crash Course

This is a collection of simple React components demonstrating the most essential development techniques used in React.

Building Your Own React Components

This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own React components by following the lessons found at sharepointfx.io.

Getting Started

# Install dependencies
npm i

# Run the local development server
npm run start

Learn More

This is a create-react-app solution, and as such any commands or scripts available can be used here.