-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,33 @@ | ||
- React for building UI | ||
- Linaria for styling | ||
- Webpack for bundling | ||
- Koa for server side rendering | ||
- zod for api response validation | ||
# Bandalart - Web | ||
|
||
<div align="center"> | ||
|
||
<a href="https://www.bandalart.co/share/Ha63U"> | ||
<img src="./src/assets/image/logo.png"> | ||
</a> | ||
<br/> | ||
<p> | ||
부담감은 적게, 목표는 크게 | ||
<br/> | ||
<b><i>반다라트</i></b> | ||
<br/> | ||
<br/> | ||
<a href="https://www.bandalart.co/share/Ha63U">데모</a> | ||
</p> | ||
</div> | ||
|
||
|
||
|
||
## 시작하기 | ||
|
||
```shell | ||
npm i | ||
npm run dev | ||
``` | ||
|
||
## 기술 | ||
|
||
- **React** for building UI | ||
- **Linaria** for styling | ||
- **Webpack** for bundling | ||
- **Koa** for server |