Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuna-c/react
https://github.com/yuna-c/react
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuna-c/react
- Owner: yuna-c
- Created: 2024-08-09T11:19:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T22:10:26.000Z (5 months ago)
- Last Synced: 2024-11-23T12:26:47.453Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh# Git 사전 설치
- [Git](https://nodejs.org/en/)
# Node 사전 설치
- [Node(LTS)](https://nodejs.org/en/)
- [node 설치 확인하기] : node -v, npm -v# Yarn 사전 설치
- npm i -g yarn
- yarn -v
- yarn add [설치할 패키지 이름]# Vite로 리액트 프로젝트 셋업(CMD)
- cd Desktop
- cd folder
- yarn create vite my-react-app --template react# 접근 및 실행(my-react-app)
- cd my-react-app
- code .
- yarn
- [열기] yarn dev