An open API service indexing awesome lists of open source software.

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.

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.