https://github.com/schafeld/react-exercise
Just some exercises with React etc.
https://github.com/schafeld/react-exercise
Last synced: over 1 year ago
JSON representation
Just some exercises with React etc.
- Host: GitHub
- URL: https://github.com/schafeld/react-exercise
- Owner: schafeld
- Created: 2021-11-09T15:34:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T19:12:05.000Z (over 4 years ago)
- Last Synced: 2025-03-14T16:47:35.916Z (over 1 year ago)
- Language: JavaScript
- Size: 587 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-exercise
Just some exercises with React, Redux, etc.
## Tutorial Starting Point:
https://www.w3schools.com/react/default.asp
## Notes
yarn start
Starts the development server.
yarn build
Bundles the app into static files for production.
yarn test
Starts the test runner.
t.b.c.