Installation

Installation guide for our Create Super Turbo.

To get started with our application, follow these simple steps:

Prerequisites

Before installing our application, make sure you have Nodejs installed

Installation Steps

1

Run Setup Command

npx create-super-turbo@latest
2

Enter Super Turbo Name

◆  What will your project be called?
│  _
3

Select preferred Workspaces

(pnpm is the fastest)

Which workspace do you want to use?
│  ○ yarn workspaces
│  ○ npm workspaces
│  ● pnpm workspaces
4

React App Prompt

Do you want to add a React app in your Super Turbo?
│  ● Yes / ○ No
5

React App Name

◆  What will your React App be called?
│  _
6

React Dependencies

◆  Select the Dependencies you will be using in React App (Press <space> to select)
│  ◻ tanstack Query (React Query)
│  ◻ Recoil
│  ◻ Shadcn-ui(Tailwind included)
│  ◻ tailwind
│  ◻ Reactrouter
7

Next App Prompt

Do you want to add a Next app in your Super Turbo?
│  ● Yes / ○ No
8

Next App Name

◆  What will your Next App be called?
│  _
9

React Dependencies

◆  Select the Dependencies you will be using in Next App (Press <space> to select)
│  ◻ tanstack Query (React Query)
│  ◻ Recoil
│  ◻ Shadcn-ui(Tailwind included)
│  ◻ tailwind
│  ◻ Prisma
|  ◻ NextAuth
10

Express App Prompt

Do you want to add a Express app in your Super Turbo?
│  ● Yes / ○ No
11

Express App Name

◆  What will your Express App be called?
│  _
12

Express Dependencies

◆  Select the Dependencies you will be using in Express App (Press <space> to select)
│  ◻ Prisma
│  ◻ Cors
13

Git

◆  Should we initialize a Git repository and stage the changes?
│  ● Yes / ○ No
14

Run Installer

◆  Should we run <Selected Workspaces package manager> install command?
│  ● Yes / ○ No