yankunm / My_React_Guide

This guide is intended as a reference of key basic information for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yankun's React Guide

In order to run React locally, you need Vite, a local development server created in 2023. There is alot of dependencies that a React App needs, and cite can scaffold that for us.

npm create vite@latest

Scaffolding, in the software development sense, is the technique of generating a generic application with features common to most modern applications already built-in.

About

This guide is intended as a reference of key basic information for React.


Languages

Language:JavaScript 63.4%Language:CSS 30.6%Language:HTML 6.0%