/turborepo-vite-express

🚀 Boilerplate using TurboRepo, Vite, React, and Express. Provides a fast and efficient setup for building modern web apps.

Primary LanguageTypeScriptMIT LicenseMIT

Logo

Vite and Express Starter

Express JS React React Router React Query TS Node Tailwind CSS Typescript MongoDB

A boilerplate/template for creating full stack Admin Dashboard

Installation

To get started with this project, follow these steps:

Clone the repository to your local machine using the following command:

git clone https://github.com/kyooowe/turborepo-vite-express.git

Install the project dependencies by running the following command in the project directory:

npm i 

Create a .env file in the project directory (apps/api and apps/dashoard) with your environment variables. You can copy the contents of the .env.example file and replace the values with your own.

Access the application in your dashboard at http://127.0.0.1:5173/ and api http://localhost:3001

Framework / Libraries

This project uses the following frameworks and libraries:

Build

To build a production-ready version of your application, run:

npm run build

Roadmap

An overview of our development plans and upcoming features.

  • CLI (Create dashboard, services, CRUD pages)
  • Auth with Google, Github
  • Component libraries
  • Landing Page

Author