# Create Avikus App

`create-avikus-app`를 이용해서 손쉽게 프로젝트 시작할 수 있습니다. 이 CLI 도구를 사용하면 모든 것이 설정된 상태에서 새로운 리액트 어플리케이션을 만들 수 있습니다.

## Quick Overview

```sh
npx create-avikus-app@latest my-app
cd my-app
npm run dev
```

[http://localhost:3000/](http://localhost:3000/)을 열어 앱을 확인할 수 있습니다.

## Tech Stack

다음과 같은 기술적 결정이 포함되어 있습니다.

- Next.js
- Typescript
- Jest, Cypress, React Testing Library

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
     <td align="center">
        <img src="https://avatars.githubusercontent.com/u/93635070?s=96&v=4" width="100px;" style="border-radius:50%" alt="" />
        <br />
        <sub><b>hokyun. Lee</b></sub>
        <br />
     </td>
  </tr>
</table>
