https://github.com/rosyid-grobogan/homepage-tailwind
Belajar Web Design Menggunakan Tailwind CSS
https://github.com/rosyid-grobogan/homepage-tailwind
tailwind tailwindcss
Last synced: 8 months ago
JSON representation
Belajar Web Design Menggunakan Tailwind CSS
- Host: GitHub
- URL: https://github.com/rosyid-grobogan/homepage-tailwind
- Owner: rosyid-grobogan
- Created: 2020-08-12T22:55:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T10:47:33.000Z (about 5 years ago)
- Last Synced: 2025-01-05T01:26:17.518Z (9 months ago)
- Topics: tailwind, tailwindcss
- Language: CSS
- Homepage: https://rosyid-grobogan.github.io/homepage-tailwind/dist/
- Size: 245 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Belajar Design Menggunakan Tailwind
- [Tailwind CSS](https://tailwindcss.com/)

## Gettng Started
Persiapan NPM
```
npm init
```Install Modules yang dibutuhkan
```
npm install
```Build project
```
npm run build:css
```watch -nodemon
```
npm run serve
```> NB: saya sudah menginstal nodemon secara global di komputer saya
> [install nodemon](https://www.npmjs.com/package/nodemon)
> npm install -g nodemon## Belajar
- Membuat Button
- Custom Button
- Grid System
- Menjalankan Custom Script di NPM## Logs
```
npx tailwindcss init
```Created Tailwind config file: tailwind.config.js
## Membuat Konfigurasi Sendiri
Prefix rg-
```
module.exports = {
prefix: "rg-",
..
```jadi agar setiap kode harus diawali `rg-` misal: `rg-container`.