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

https://github.com/kss2002/scaffold-tailwind

scaffold and Tailwind + Mail subscription system
https://github.com/kss2002/scaffold-tailwind

macos rails tailwindcss

Last synced: 2 months ago
JSON representation

scaffold and Tailwind + Mail subscription system

Awesome Lists containing this project

README

          

# README - mac

## scaffold

```bash
rails generate scaffold Post title:string content:text
```

## 시작부터 테일윈드를 기반으로 프로젝트를 실행하는 명령어 >

```bash
rails new 어쩌고 저쩌고 -c tailwind
```

## 레일즈에서 테일윈드 설치하는 법

https://tailwindcss.com/docs/installation/framework-guides/ruby-on-rails

## 테윌윈드가 제대로 적용이 안된다면?

```bash
rails assets:precompile
```

### 서버 실행

```bash
rails s

or

./bin/dev
```

## bundle 업데이트

```bash
bundle install
```