Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheke42/aprendiendo-tailwind
Proyecto creado para aprender Tailwind
https://github.com/cheke42/aprendiendo-tailwind
Last synced: about 2 months ago
JSON representation
Proyecto creado para aprender Tailwind
- Host: GitHub
- URL: https://github.com/cheke42/aprendiendo-tailwind
- Owner: cheke42
- Created: 2024-05-07T23:00:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T02:53:12.000Z (8 months ago)
- Last Synced: 2024-05-08T03:34:57.580Z (8 months ago)
- Language: CSS
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aprendiendo Tailwind 🚀
Proyecto creado para aprender el potente TailwindCSS
## Iniciar el proyecto ✨
Seguir los siguientes pasos:
1. npm install en la raiz del proyecto.
2. Instalar extensión "Live Server: Ritwick Dey". Lanzar el servidor con Live Server en:
`📂src/index.html`
3. Lanzar el comando:
`npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`