This is FrontEnd Repository of Telbby, a service that can be introduced into my project to exchange feedback with various users.
- TypeScript
- React
- Recoil
- Emotion
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
- Install Node.js.
- Refer to the
.mock.env
file and create the.env
file in the root directory.
yarn install
yarn dev
This project is licensed under the MIT License - see the LICENSE file for details.