telbby / telbby-frontend

[Frontend] 내 프로젝트 피드백 주고 받기 - Telbby ✈️
MIT License
0 stars 0 forks source link

Telbby Frontend


logo

This is FrontEnd Repository of Telbby, a service that can be introduced into my project to exchange feedback with various users.

Go to BackEnd Repository

Tech Stack

Project Structure

config
└── webpack
public
├── favicon.png
├── index.html
└── robots.txt
src
├── @types              # type definition files
├── apis                # api request modules
├── assets              # static files (fonts, images, ...)
├── atoms               # recoil states
├── components          # react components
├── constants           # constants
├── hooks               # react hooks
├── pages               # react page components
├── styles              # global styles
├── types               # types
├── utils               # utility functions
├── App.tsx
└── index.tsx

Getting Started

Prerequisites

Run

yarn install
yarn dev

License

This project is licensed under the MIT License - see the LICENSE file for details.