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

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

Awesome Lists containing this project

README

          

# Hoobank

![Hoobank](https://github.com/nuhptr/react-hoobank-website/assets/50306963/9632a510-1093-4875-9a5b-670a2c7048ce)

## 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,
},
```