Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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