Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuvandinh123/react_web_nft
website create by Vũ Văn Định
https://github.com/vuvandinh123/react_web_nft
css javascript react tailwindcss
Last synced: 13 days ago
JSON representation
website create by Vũ Văn Định
- Host: GitHub
- URL: https://github.com/vuvandinh123/react_web_nft
- Owner: vuvandinh123
- Created: 2023-07-20T05:33:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T03:34:20.000Z (10 months ago)
- Last Synced: 2024-01-26T04:32:38.884Z (10 months ago)
- Topics: css, javascript, react, tailwindcss
- Language: JavaScript
- Homepage: https://vuvandinh123.github.io/react_web_nft/
- Size: 9.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vu Van Dinh | NFT react vite
Simple NFT react js app with vite.### [Live demo](https://vuvandinh123.github.io/vvd-nft/)
![image](https://github.com/vuvandinh123/react_web_nft/blob/master/vvd-nft.jpeg)
## Run Locally
### 1. Install Dependencies
```sh
$ npm install
```
### 2. Run development server
```sh
$ npm run dev
```---
## Build the project
```sh
$ npm build
```