Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takefumi-yoshii/nextjs-testing-strategy-2022

nextjs-testing-strategy-2022
https://github.com/takefumi-yoshii/nextjs-testing-strategy-2022

Last synced: 4 days ago
JSON representation

nextjs-testing-strategy-2022

Awesome Lists containing this project

README

        

# nextjs-testing-strategy-2022

First, run the redis server:

```bash
docker-compose up -d
```

Next, run the development server:

```bash
yarn && yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.