Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 977 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 977 Bytes

Frontend Test

A repository for learning and practicing frontend testing.

Topics Covered

Getting Started

1. Clone Repository

git clone https://github.com/eunnbi/frontend-test.git
cd frontend-test

2. Install Dependencies

pnpm install

3. Run Test and Storybook

pnpm test
pnpm storybook

Related Articles

I read and summarize articles for learning about front-end testing