Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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