Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjxmonster/blog-post-list
- Owner: jjxmonster
- Created: 2024-07-09T20:41:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T21:51:44.000Z (4 months ago)
- Last Synced: 2024-08-05T22:45:17.116Z (4 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: 2
- 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
```