rsnext/examples/with-turbopack
jomeswang 31cd027d3d
Fix 404 link in example with-turbopack (#45843)
Change 404 project codebase link in example with-turbopack to the
correct one

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
-->

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-13 14:47:05 +00:00
..
app Fix 404 link in example with-turbopack (#45843) 2023-02-13 14:47:05 +00:00
lib Fix styled-components setup in turbo example (#44165) 2022-12-19 20:59:16 +00:00
public Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
styles Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
ui Fix next/link codemod errors in with-turbopack (#42203) 2022-10-30 21:06:35 -07:00
.gitignore Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
.npmrc Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
next-env.d.ts Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
next.config.js Remove swcMinify option from example configs (#43012) 2022-11-16 13:39:26 -08:00
package.json update with-turbopack example for postcss/tailwind support (#44261) 2022-12-22 13:20:15 +01:00
postcss.config.js update with-turbopack example for postcss/tailwind support (#44261) 2022-12-22 13:20:15 +01:00
README.md update with-turbopack example for postcss/tailwind support (#44261) 2022-12-22 13:20:15 +01:00
tailwind.config.js Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
tsconfig.json Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00

Next.js + Turbopack App Directory Playground

Turbopack is a new incremental bundler optimized for JavaScript and TypeScript, written in Rust by the creators of Webpack and Next.js at Vercel. On large applications Turbopack updates 10x faster than Vite and 700x faster than Webpack (benchmark). 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, 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
  2. Start the dev server: yarn dev

Note: The playground uses Tailwind CSS via 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