Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nexxeln/create-nex-app

create websites using my preferred stack
https://github.com/nexxeln/create-nex-app

cli nextjs tailwindcss trpc typescript

Last synced: 19 days ago
JSON representation

create websites using my preferred stack

Awesome Lists containing this project

README

        

Create Nex App

Create websites using my preferred stack following [init.tips](https://init.tips). Need help making this interactive since I have no idea how to do that in node.

## Usage

```bash
npx create-nex-app@latest --name my-project
# or
yarn create nex-app --name my-project
# or
pnpm create nex-app@latest -- --name my-project
```

## Stack

- [Next.js](https://nextjs.org)
- [tRPC](https://trpc.io)
- [TailwindCSS](https://tailwindcss.com)
- [TypeScript](https://typescriptlang.org)