https://github.com/jjxmonster/blog-post-list
https://github.com/jjxmonster/blog-post-list
aws continuous-delivery continuous-integration github-actions react vercel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjxmonster/blog-post-list
- Owner: jjxmonster
- Created: 2024-07-09T20:41:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-04T21:51:44.000Z (almost 2 years ago)
- Last Synced: 2025-12-26T15:07:58.350Z (6 months ago)
- Topics: aws, continuous-delivery, continuous-integration, github-actions, react, vercel
- Language: TypeScript
- Homepage: https://blog-post-list.vercel.app
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Posts List
## Live Preview
https://blog-post-list.vercel.app/
## Tech Stack
- React.js
- Tailwind CSS
- React Query
- Shadcn UI
- Playwright + MSW
## Installation and running the app
```
npm i
npm run dev
```
## Run E2E tests
#### UI MODE
```
npm run tests:e2e:ui
```
#### NORMAL MODE
```
npm run tests:e2e
```