This video show you how to setup your react project
This is my Github account"
https://github.com/GeekyHacks/
Microverse:
https://www.microverse.org/?grsf=abdu...
Commands to setup react:
`npm init react-app .`
`npm start`
for eslint test:
`npm install --save-dev [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected] @babel/[email protected]`
`npx eslint "**/*.{js,jsx}"`
for stylelint test:
`npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
`npx stylelint "**/*.{css,scss}"`
React getting started page:
https://create-react-app.dev/docs/get...