Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiesen243/create-yukie-app
A Full-Stack Application with Next.js and ElysiaJS
https://github.com/tiesen243/create-yukie-app
elysiajs lucia-auth nextjs prisma-orm tanstack-react-query
Last synced: about 2 months ago
JSON representation
A Full-Stack Application with Next.js and ElysiaJS
- Host: GitHub
- URL: https://github.com/tiesen243/create-yukie-app
- Owner: tiesen243
- License: mit
- Created: 2024-03-18T02:28:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T23:52:54.000Z (3 months ago)
- Last Synced: 2024-11-10T07:13:25.066Z (about 2 months ago)
- Topics: elysiajs, lucia-auth, nextjs, prisma-orm, tanstack-react-query
- Language: TypeScript
- Homepage:
- Size: 797 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Yukie App
A Full-Stack Application with Next.js and ElysiaJS using Prisma, Tanstack Query.
## Getting Started
### Create a new Next.js app
```bash
# using npm
npx create-next-app@latest --example https://github.com/tiesen243/create-elynext-app# using yarn
yarn create next-app@latest --example https://github.com/tiesen243/create-elynext-app# using pnpm
pnpx create-next-app@latest --example https://github.com/tiesen243/create-elynext-app# using bun
bunx --bun create-next-app@latest --example https://github.com/tiesen243/create-elynext-app
```### Create `.env` file
```bash
cp .env.example .env
```### Start the development server
```bash
# using npm
npm run db:push
npm run dev# using yarn
yarn db:push
yarn dev# using pnpm
pnpm db:push
pnpm dev# using bun
bun db:push
bun dev
```## Features
- [Next.js](https://nextjs.org/)
- [ElysiaJS](https://elysiajs.com/)
- [Prisma](https://www.prisma.io/)
- [Tanstack Query](https://tanstack.com/query/)
- [Tailwind CSS](https://tailwindcss.com/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [TypeScript](https://www.typescriptlang.org/)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.