Turbopack Testing
Tim Neutkens to All
5/17/2023, 7:00:00 PM
Hi Lee,
Here are the steps to test out Turbopack:
1. npx create-next-app@canary
2. Select Turbopack when prompted
3. Run 'npm install' to install dependencies
4. Start the development server with 'npm run dev -- --turbo'
5. That's it!
Let me know if you encounter any issues or have any questions.
Best,
Tim