https://github.com/glitchtech-developments/nextjs13-appdir-example
In this repo you'll find a example app of the latest goodies from Vercel mainly meaning the new edge functionalities, AppDir flow and TurboPack.
https://github.com/glitchtech-developments/nextjs13-appdir-example
appdir nextjs typescript
Last synced: 18 days ago
JSON representation
In this repo you'll find a example app of the latest goodies from Vercel mainly meaning the new edge functionalities, AppDir flow and TurboPack.
- Host: GitHub
- URL: https://github.com/glitchtech-developments/nextjs13-appdir-example
- Owner: GlitchTech-Developments
- License: mit
- Created: 2023-02-05T20:00:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T21:26:05.000Z (over 3 years ago)
- Last Synced: 2025-10-27T23:59:16.657Z (7 months ago)
- Topics: appdir, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Welcome to the GlitchTech NextJS-13-Example 👋
> TurboRepo used by GlitchTech Developments
## Install
```sh
pnpm install
```
## Usage
> **AppName**: package name of project of choice in apps directory
> The NextJS project is under the "web" name. So filter on web when targeting the NextJS project.
```sh
pnpm run dev --filter [AppName]
```
## Run tests
```sh
pnpm run test
```
## Author
👤 **GlitchTech Developments**
- Website: https://glitchtech.eu
- Twitter: [@GlitchTechEU](https://twitter.com/GlitchTechEU)
- Github: [@GlitchTech-Developments](https://github.com/GlitchTech-Developments)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/GlitchTech-Developments/NextJS13-AppDir-Example/issues).
## Show your support
Give a ⭐️ if this project helped you!