Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 587 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 587 Bytes

Workspace: next

This is a template for a web app with Next.js.

Tasks

Turborepo

# run development server
turbo dev --filter next

# build workspace
turbo build --filter next

# run preview server
turbo preview --filter next

# lint workspace
turbo lint --filter next

# test workspace with type check
turbo test:types --filter next

Note More information about filtering: https://turborepo.org/docs/core-concepts/filtering

Tech Stack

General

UI