Home
Softono

React Vue Turborepo Starter

Open source JavaScript
27
Stars
4
Forks
0
Issues
1
Watchers
3 years
Last Commit

 About React Vue Turborepo Starter

Turborepo starter with React (Next.js), Vue (Nuxt.js), tailwindCSS, and TypeScript

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing React Vue Turborepo Starter?

We provide expert installation service for this software. Our team will install, configure, and secure React Vue Turborepo Starter on your server. plans start at just $30.

React Vue Turborepo Starter

View on GitHub

Turborepo starter with React (Next.js), Vue (Nuxt.js), tailwindCSS, and TypeScript

This is a Turborepo starter with two different apps/frameworks using (React/Next.js, Vue/Nuxt.js) with TailwindCSS installed and a shared ui package for each framework.

Want to know/understand everything about this monorepo? Read this artical

What's inside?

This turborepo uses npm as a package manager. It includes the following packages/apps:

Apps and Packages

  • apps
  • packages
    • react-ui: a stub React component library shared across all React applications.
    • vue-ui: a stub Vue component library shared across all Vue applications.
    • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
    • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Getting Started

First clone the repo, then install the dependencies

npm install

after that, start the development server (apps running in parallel)

npm run dev

That's it, enjoy!

Author