Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nileshrathore/web3-domain-polygon-web
This is the starter project for our ENS on Polygon project. Get started -> https://buildspace.so/polygon
https://github.com/nileshrathore/web3-domain-polygon-web
Last synced: about 1 month ago
JSON representation
This is the starter project for our ENS on Polygon project. Get started -> https://buildspace.so/polygon
- Host: GitHub
- URL: https://github.com/nileshrathore/web3-domain-polygon-web
- Owner: nileshrathore
- Created: 2022-03-31T07:44:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T08:54:03.000Z (over 2 years ago)
- Last Synced: 2024-02-13T09:05:33.841Z (10 months ago)
- Language: JavaScript
- Homepage: web3-domain-polygon-web.vercel.app
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buildspace - web3-domain-polygon-web
README
## Running React on Repl.it
[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.
[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.
### Getting Started
- Hit run
- Edit [App.jsx](#src/App.jsx) and watch it live update!By default, Replit runs the `dev` script, but you can configure it by changing the `run` field in the `.replit` file.