项目作者: ispfx

项目描述 :
React Crash Course
高级语言: TypeScript
项目地址: git://github.com/ispfx/react-crash-course.git
创建时间: 2018-11-05T14:36:57Z
项目社区:https://github.com/ispfx/react-crash-course

开源协议:MIT License

下载


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

  1. # Install dependencies
  2. npm i
  3. # Run the local development server
  4. npm run start

Learn More

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