Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/reactjs-nextjs-app-router-and-testing
:shirt: devstore using Next.js, TypeScript, Tailwind CSS, tailwind-merge, Zod and @t3-oss/env-nextjs. Testing with Cypress
https://github.com/osvaldokalvaitir/reactjs-nextjs-app-router-and-testing
bootcamp course devstore reactjs rocketseat
Last synced: about 2 months ago
JSON representation
:shirt: devstore using Next.js, TypeScript, Tailwind CSS, tailwind-merge, Zod and @t3-oss/env-nextjs. Testing with Cypress
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/reactjs-nextjs-app-router-and-testing
- Owner: osvaldokalvaitir
- License: mit
- Created: 2023-12-07T18:44:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T15:21:25.000Z (3 months ago)
- Last Synced: 2024-11-10T16:27:27.598Z (3 months ago)
- Topics: bootcamp, course, devstore, reactjs, rocketseat
- Language: TypeScript
- Homepage:
- Size: 7.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ReactJS - Next.js App Router and Testing
:shirt: devstore using Next.js, TypeScript, Tailwind CSS, tailwind-merge, Zod and @t3-oss/env-nextjs. Testing with Cypress
Demo | Install and run | License## :computer: Demo
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/reactjs-nextjs-app-router-and-testing# Entry in folder
cd reactjs-nextjs-app-router-and-testing# Install deps with npm, yarn or pnpm
npm install | yarn | pnpm install# Launch the app with npm, yarn or pnpm
npm run dev | yarn dev | pnpm dev# Run tests
npx cypress run
```## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho