Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuna-c/react


https://github.com/yuna-c/react

Last synced: 3 days ago
JSON representation

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