Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelgargallo/next13-unboxing-next131-turbo
EP3 | Pencil TV ๐ด Hoy unboxing de Next 13.1 el framework de React!! Javascript!! Vercel!! y Turbo!!
https://github.com/miguelgargallo/next13-unboxing-next131-turbo
javascript miguelgargallo next13 penciltv react typescript youtube
Last synced: 4 days ago
JSON representation
EP3 | Pencil TV ๐ด Hoy unboxing de Next 13.1 el framework de React!! Javascript!! Vercel!! y Turbo!!
- Host: GitHub
- URL: https://github.com/miguelgargallo/next13-unboxing-next131-turbo
- Owner: miguelgargallo
- Created: 2022-12-23T13:05:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T18:51:32.000Z (about 2 years ago)
- Last Synced: 2024-12-30T01:16:33.669Z (6 days ago)
- Topics: javascript, miguelgargallo, next13, penciltv, react, typescript, youtube
- Language: TypeScript
- Homepage: https://youtu.be/T7IQ_7SiRuw
- Size: 112 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EP3 | Pencil TV ๐ด Hoy unboxing de Next 13.1 el framework de React!! Javascript!! Vercel!! y Turbo!!
- Visita la web: https://framework-pylar.vercel.app/
- Lee el cรณdigo: https://github.com/miguelgargallo/Next13-unboxing-next131-Turbo
- Usa el Framework:
```
git clone https://github.com/miguelgargallo/Next13-unboxing-next131-Turbo
```# Next.js + Turbopack App Directory Playground
[Turbopack](https://turbo.build/pack) is a new incremental bundler optimized for JavaScript and TypeScript, written in Rust by the creators of Webpack and Next.js at [Vercel](https://vercel.com). On large applications Turbopack updates 10x faster than Vite and 700x faster than Webpack ([benchmark](https://turbo.build/pack/docs/benchmarks)). For the biggest applications the difference grows even more stark with updates up to 20x faster than Vite.
This playground is a mirror of the [Next.js v13 App Directory Playground](https://github.com/vercel/app-playground), but uses Turbopack as the Next.js development server (`next dev --turbo`).
**As a reminder, Turbopack is currently in alpha and not yet ready for production. We appreciate your ongoing support as we work to make it ready for everyone.**
## Running Locally
1. Install dependencies: `yarn`
1. Start the dev server: `yarn dev`**Note:** The playground uses [Tailwind CSS](https://tailwindcss.com) via [PostCSS](https://turbo.build/pack/docs/features/css#postcss).
For more information, see: https://turbo.build/pack/docs/features/css#tailwind-css
## Documentation
https://nextjs.link/with-turbopack
## Providing Feedback
https://nextjs.link/turbopack-feedback