Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nexxeln/create-nex-app
- Owner: nexxeln
- License: mit
- Created: 2022-05-20T06:27:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T06:06:28.000Z (over 2 years ago)
- Last Synced: 2024-10-04T20:29:50.418Z (about 1 month ago)
- Topics: cli, nextjs, tailwindcss, trpc, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-nex-app
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)