Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.