Skip to content

codeinium/my-pet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

my-pet

Description: pet-project for Strada

Preparing

  • git clone "this repocitory"

Start

  • npm create vite@latest my-react-app --template react
  • cd my-react-app
  • npm install

to start local server for development:

  • npm run dev

Setup Eslint

  • npm init @eslint/config
  • npm install -D eslint-plugin-react eslint-plugin-react-hooks eslint-config-airbnb

Settings for .eslintrc.json

//soon

Setup Prettier

  • npm install -D --save-exact prettier eslint-config-prettier
  • echo {}> .prettierrc.json

Settings for .prettierrc.json

{ "trailingComma": "es5", "tabWidth": 4, "semi": true, "singleQuote": true }

About

Pet project for Strada

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages