Skip to content

KostiantynO/test-react-fintech

Repository files navigation

cd pro/react
ls
mkdir test-react-fintech
cd !$
code .
cp -R ../react-homework-template-main/ ./

git init
npm i -D prettier eslint prop-types axios nanoid react-icons react-toastify

npx mrm@2 lint-staged
start chrome https://github.com/new

package.json

  "homepage": "https://KostiantynO.github.io/test-react-fintech/",

jsconfig.json

{
  "compilerOptions": { "baseUrl": "src" },
  "exclude": ["node_modules", "build"],
  "include": ["src"]
}

.gitignore

.eslintcache