maheshwarLigade / react-learning

Learning react js framework basics from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-learning

Learning react js framework basics from scratch

Cerate React App

npm i –g create-react-app

npx create-react-app my-app
cd my-app npm start

OR just simple

npm init -y
npm i
npm start

About

Learning react js framework basics from scratch

License:Apache License 2.0


Languages

Language:HTML 40.1%Language:JavaScript 39.8%Language:CSS 20.0%