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

https://github.com/nuhptr/nike-v2

✅🚀 JSM Javascript mastery building nike website using tailwindcss v2
https://github.com/nuhptr/nike-v2

reactjs tailwindcss

Last synced: about 1 month ago
JSON representation

✅🚀 JSM Javascript mastery building nike website using tailwindcss v2

Awesome Lists containing this project

README

        

# Nike Tailwindcss

![Nike Tailwindcss Image](https://github.com/nuhptr/tailwindcss-nike-v2/assets/50306963/2dc3ec4a-a23f-4b0f-8b7e-e9d1daa1495a)

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

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