Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/windragon0807/wedding-invitation
๐ป Carousel ๊ฐค๋ฌ๋ฆฌ, ์นด์นด์ค ๋งต API, ๊ณต์ ํ๊ธฐ ๊ธฐ๋ฅ์ ํ์ฌํ ๋ชจ๋ฐ์ผ ์น ์ฒญ์ฒฉ์ฅ ์ ํ๋ฆฌ์ผ์ด์
์
๋๋ค.
https://github.com/windragon0807/wedding-invitation
react scss typescript
Last synced: about 16 hours ago
JSON representation
๐ป Carousel ๊ฐค๋ฌ๋ฆฌ, ์นด์นด์ค ๋งต API, ๊ณต์ ํ๊ธฐ ๊ธฐ๋ฅ์ ํ์ฌํ ๋ชจ๋ฐ์ผ ์น ์ฒญ์ฒฉ์ฅ ์ ํ๋ฆฌ์ผ์ด์ ์ ๋๋ค.
- Host: GitHub
- URL: https://github.com/windragon0807/wedding-invitation
- Owner: windragon0807
- Created: 2023-11-17T16:13:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T08:01:29.000Z (11 months ago)
- Last Synced: 2024-04-23T22:01:57.889Z (7 months ago)
- Topics: react, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 106 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wedding Invitation
## ์ค์น
ํ๋ก์ ํธ๋ฅผ ๋ก์ปฌ ํ๊ฒฝ์์ ์คํํ๋ ค๋ฉด ๋ค์ ๋จ๊ณ๋ฅผ ๋ฐ๋ฅด์ธ์.
1. ๋จผ์ ์ด ํ๋ก์ ํธ๋ฅผ ๋ณต์ ํฉ๋๋ค.
```sh
git clone https://github.com/windragon0807/wedding-invitation.git
```2. ํ๋ก์ ํธ ํด๋๋ก ์ด๋ํฉ๋๋ค.
```sh
cd wedding-invitation
```3. ํ๋ก์ ํธ ์ข ์์ฑ์ ์ค์นํฉ๋๋ค.
```sh
# npm
npm install# yarn
yarn install
```## ์คํ
ํ๋ก์ ํธ๋ฅผ ์คํํ๋ ค๋ฉด ๋ค์ ๋ช ๋ น์ ์ฌ์ฉํ์ธ์.
```sh
# npm
npm run start# yarn
yarn start
```