Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 462 Bytes

MI WEB

Instalacion

$npx create-react-app my-app --template typescript

$git init

$npm install eslint --save-dev

$npx eslint --init

rules: { 'no-use-before-define': 'off' // '@typescript-eslint/no-use-before-define': ['error'] }

$npm install @material-ui/core@next @emotion/react @emotion/styled

$npm install @material-ui/icons@next

npm i react-router-dom react-motion-layout --save

https://cristianponce.netlify.app/