You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2026. It is now read-only.
"description": "Used to record practice of react",
"scripts": {
"setup-comments": "cd ./1-comments && npm i",
"setup-seasons": "cd ./2-seasons && npm i",
"setup-finder": "cd ./3-finder && npm i",
"setup-videos": "cd ./4-videos && npm i",
"setup-songs": "cd ./5-songs && npm i",
"setup-blog": "cd ./6-blog && npm i",
"setup-streams": "cd ./7-streams && npm i",
"setup-languages": "cd ./8-languages && npm i",
"setup-posts": "cd ./9-posts && npm i",
"setup-all": "npm run setup-comments && npm run setup-seasons && npm run setup-finder && npm run setup-videos && npm run setup-songs && npm run setup-blog && npm run setup-streams && npm run setup-languages && npm run setup-posts"