Skip to content

Luki20091/CLI-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-UI

A simple full-stack app using Vite + React (client) and Node.js + Express (server), ready to scale.

🧰 Tech Stack

  • React + Vite + Tailwind CSS
  • Node.js + Express
  • Axios
  • Workspaces + Concurrently

📦 Project Structure

cli-ui/
├── client/    # Frontend - React + Vite + Tailwind CSS
├── server/    # Backend (optional) - Node.js + Express API
└── package.json  # Main dependencies and workspace configuration

🚀 Getting Started

1. Clone Repo

git clone https://github.com/Luki20091/CLI-UI.git
cd CLI-UI

2. Client

cd client
npm install
npm install history
npm install --save-dev vite

3. Server

cd ../server
npm install
npm install --save-dev ts-node-dev

4. Run

cd ..
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published