An open API service indexing awesome lists of open source software.

https://github.com/blankeos/threejs-playground

📦 ThreeJS React Playground
https://github.com/blankeos/threejs-playground

Last synced: about 1 year ago
JSON representation

📦 ThreeJS React Playground

Awesome Lists containing this project

README

          







Turbo + NextJS
















> This is not a `README.md` from any template. I set this NextJS + Turbo template up from [Add Turborepo to your existing project
> ](https://turbo.build/repo/docs/getting-started/add-to-project) section of the docs.

Turbo is a next-generation toolchain for frontend development, written in Rust. It consists of 3 major parts:

- [**Turbopack:**](https://turbo.build/pack) an incremental bundler (the successor to Webpack)
- [**Turborepo:**](https://turbo.build/repo) an incremental build system
- The Turbo engine: a low-level incremental computation and memoization engine

## Getting Started

First, run the development server:

```bash
npm run turbo dev
# or
yarn turbo dev
# or
pnpm turbo dev
```