Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alieymsxxn/react-training-blog
Getting familiar with react. Just a basic blog.
https://github.com/alieymsxxn/react-training-blog
custom-hooks react react-hooks react-router
Last synced: about 2 months ago
JSON representation
Getting familiar with react. Just a basic blog.
- Host: GitHub
- URL: https://github.com/alieymsxxn/react-training-blog
- Owner: alieymsxxn
- License: apache-2.0
- Created: 2024-10-31T08:56:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T19:27:31.000Z (2 months ago)
- Last Synced: 2024-11-03T20:23:20.221Z (2 months ago)
- Topics: custom-hooks, react, react-hooks, react-router
- Language: JavaScript
- Homepage: https://alieymsxxn.github.io/react-training-blog/
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-training
npx create-react-app todo
Babel plugin error
npm install --save-dev @babel/plugin-proposal-private-property-in-object
cd todo
npm start
npx json-server --watch data/blogs.json --port 8000