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
- Host: GitHub
- URL: https://github.com/nuhptr/nike-v2
- Owner: nuhptr
- Created: 2023-08-18T17:47:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-17T10:24:23.000Z (over 1 year ago)
- Last Synced: 2025-01-21T08:44:39.362Z (3 months ago)
- Topics: reactjs, tailwindcss
- Language: TypeScript
- Homepage: https://nike-evolve.vercel.app/
- Size: 4.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nike Tailwindcss

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