Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```