https://github.com/oscarprdev/opstack-next
Nextjs app clean architecture scafolding using Typescript, Tailwind, Prisma, Zod, Playwright, Vitest, React testing library, github actions, PostgreSQL and Authjs
https://github.com/oscarprdev/opstack-next
authjs clean-architecture github-actions playwright postgresql prisma react tailwindcss testing-library-react typescript vitest zod
Last synced: 3 months ago
JSON representation
Nextjs app clean architecture scafolding using Typescript, Tailwind, Prisma, Zod, Playwright, Vitest, React testing library, github actions, PostgreSQL and Authjs
- Host: GitHub
- URL: https://github.com/oscarprdev/opstack-next
- Owner: oscarprdev
- Created: 2024-10-15T10:42:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:06:34.000Z (over 1 year ago)
- Last Synced: 2024-10-25T04:20:20.248Z (over 1 year ago)
- Topics: authjs, clean-architecture, github-actions, playwright, postgresql, prisma, react, tailwindcss, testing-library-react, typescript, vitest, zod
- Language: TypeScript
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OPSTACK -- next
Scafolding of a clean architecture Next project to save time and start developing your ideas as soon as possible with modern tools.
## Stack
- Typescript
- TailwindCSS
- ShadcnUi
- Prisma
- Authjs
- Zod
- React testig library
- Vitest
- Playwright
- Github actions
- PostgreSQL (neon database)
## How to start
```bash
git clone
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## How to test
```bash
npm run test:unit
npm run test:e2e
```
## How to open storybook
```bash
npm run storybook
```
Open [http://localhost:6006](http://localhost:6006) with your browser to see the storybook UI.