Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takefumi-yoshii/nextjs-testing-strategy-2022
- Owner: takefumi-yoshii
- License: mit
- Created: 2022-06-24T02:44:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T03:06:41.000Z (over 1 year ago)
- Last Synced: 2024-08-02T17:40:02.211Z (3 months ago)
- Language: TypeScript
- Size: 613 KB
- Stars: 90
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.