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

https://github.com/jinyphp/start


https://github.com/jinyphp/start

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Jiny Start

라라벨 설치하기
```
composer create-project laravel/laravel 프로젝트
```

지니PHP 페키지 설치하기
```
composer require jiny/start
php artisan migrate
```

테마 설치하기
```

```

리소스 설치 및 빌드
```
npm install
npm run dev
```