tavern-stack
v0.0.7
Published
TAVERN Stack CLI
Downloads
7
Maintainers
Readme
TAVERN-Stack
TAVERN Stack - Typescript + Vite + React + NextUI
Getting Started
To get started with TAVERN Stack, you can use the following commands
Install TAVERN Stack globally
npm install tavern-stack -g
Create a new project
tavern create my-app
# Then fill out the prompts
Once the project is created, you can navigate to the project directory and run the following commands
cd my-app
npm install
npm run dev
This will start the development server and you can view the project at http://localhost:5173 which should look something like this