Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hghyhghy/custom_react
Using React Js
https://github.com/hghyhghy/custom_react
Last synced: about 1 month ago
JSON representation
Using React Js
- Host: GitHub
- URL: https://github.com/hghyhghy/custom_react
- Owner: hghyhghy
- Created: 2024-01-27T17:01:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:21:48.000Z (11 months ago)
- Last Synced: 2024-01-27T18:25:56.459Z (11 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