https://github.com/hghyhghy/custom_react
Using React Js
https://github.com/hghyhghy/custom_react
Last synced: 3 months ago
JSON representation
Using React Js
- Host: GitHub
- URL: https://github.com/hghyhghy/custom_react
- Owner: hghyhghy
- Created: 2024-01-27T17:01:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:21:48.000Z (over 1 year ago)
- Last Synced: 2025-01-08T20:27:34.660Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HOW TO START REACT PROJECT
npx create-next-app@latest
CREATE REACT WITH VITE
npm create vite@latest
TO START SERVER
npm run start
OR
npm run dev