https://github.com/argon1025/tilog-client
Tilog-client
https://github.com/argon1025/tilog-client
blog client react react-redux react-router redux redux-thunk tailwindcss
Last synced: 2 months ago
JSON representation
Tilog-client
- Host: GitHub
- URL: https://github.com/argon1025/tilog-client
- Owner: argon1025
- Created: 2021-11-17T12:22:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T06:39:35.000Z (over 4 years ago)
- Last Synced: 2025-10-30T08:55:16.179Z (8 months ago)
- Topics: blog, client, react, react-redux, react-router, redux, redux-thunk, tailwindcss
- Language: JavaScript
- Homepage: https://tilog.io/
- Size: 6.81 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TILog client
blog platform for developers, TILog.
Backend project is at another Repo
View Demo
·
Report Bug
·
Request Feature
# Project Status
Last Release Build : [](https://circleci.com/gh/argon1025/Tilog-client/tree/release)

# Team

- [프로젝트 초기 설정](https://github.com/argon1025/CRA-TailwindCSS-Template)
- 전체 컴포넌트 설계 및 디자인
- 마크다운 포스트 에디터
- 포스트 카테고리 검색, 지정

- 컴포넌트 API 상태 연결 로직
# Built With
- CRA(React)
- React-router
- React-redux, redux-thunk, redux-persist
- Tailwind CSS
# Getting Started
## 1. Clone this Project
```
git clone https://github.com/argon1025/Tilog-client.git
```
## 2. Move Project folder and Install yarn module
```
cd TILog-server
yarn install
```
## 3.Run This App
```
yarn start
```