1.0.0 • Published 3 years ago
create-takeoff v1.0.0
create-takeoff
create-takeoff
is a CLI to bootstrap a React, Next.js Software as a Service (SaaS) project within a high performance JavaScript or TypeScript Turborepo.
To get started, run the following command:
npx create-takeoff
Then follow the prompts in your terminal.
Features
Languages: Choose between TypeScript and JavaScript monorepos.
CSS Frameworks: TAKEOFF configures a CSS Framework across your monorepo depending on your selection:
- Influx UI (Default)
- Chakra UI
- Tailwind CSS
- Tailwind CSS + daisy UI
Alternatively, you may select unstyled
to use your own framework or regular CSS.
What's Inside a TAKEOFF SaaS
app
: A SaaS Next.js app with a database, Stripe subscriptions, and user authentication enabledmarketing
: A SaaS Next.js marketing websiteui
: React component library shared byapp
andmarketing
equipped with the design system chosen during thenpx create-takeoff
command
Documentation
For more documentation, visit the official docs.