React Crash Course
This is a collection of simple React components demonstrating the most essential development techniques used in React.
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.
# Install dependencies
npm i
# Run the local development server
npm run start
This is a create-react-app solution, and as such any commands or scripts available can be used here.