https://github.com/nuhptr/nft-bank
✅🚀 JSM Website the next generation payment using React + Vite and Tailwindcss
https://github.com/nuhptr/nft-bank
reactjs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
✅🚀 JSM Website the next generation payment using React + Vite and Tailwindcss
- Host: GitHub
- URL: https://github.com/nuhptr/nft-bank
- Owner: nuhptr
- Created: 2022-10-04T07:03:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T03:26:58.000Z (over 2 years ago)
- Last Synced: 2025-01-21T08:44:39.466Z (over 1 year ago)
- Topics: reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nft-hoobank.vercel.app/
- Size: 2.88 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoobank

## Expanding the ESLint configuration
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level `parserOptions` property like this:
```js
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
```