Total Pageviews

Sunday 21 April 2024

learn-react

Notes and demo code related to React, especially about Next.js and web3 libraries

Create project

With JavaScript

yarn create react-app my-app

With TypeScript

yarn create react-app my-app --template typescript
from https://github.com/pseudoyu/learn-react 

No comments:

Post a Comment