Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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, ๊ณต์œ ํ•˜๊ธฐ ๊ธฐ๋Šฅ์„ ํƒ‘์žฌํ•œ ๋ชจ๋ฐ”์ผ ์›น ์ฒญ์ฒฉ์žฅ ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์ž…๋‹ˆ๋‹ค.

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
```