https://github.com/reactbyexample/react-by-example
code-oriented React tutorial for programmers
https://github.com/reactbyexample/react-by-example
codesandbox learning learning-by-doing react reactjs tutorial typescript
Last synced: 9 months ago
JSON representation
code-oriented React tutorial for programmers
- Host: GitHub
- URL: https://github.com/reactbyexample/react-by-example
- Owner: reactbyexample
- License: mit
- Created: 2020-12-01T18:04:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T20:14:23.000Z (about 5 years ago)
- Last Synced: 2024-11-08T15:45:06.023Z (about 1 year ago)
- Topics: codesandbox, learning, learning-by-doing, react, reactjs, tutorial, typescript
- Language: TypeScript
- Homepage: https://reactbyexample.github.io
- Size: 3.24 MB
- Stars: 47
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React by Example
## Requirements
- [Node 12](https://nodejs.org/)
- [pnpm 5](https://pnpm.js.org/)
## Running
```sh
# setup
pnpm i
# watch everything
# ignore errors, wait until ready message
# laptop might take off
pnpm start
# or just the gatsby site
pnpm run build-requirements && pnpm run start-gatsby
```