Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 250 Bytes

nextjs-testing-strategy-2022

First, run the redis server:

docker-compose up -d

Next, run the development server:

yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.