Mini Project Full Stack App Using Vite, Tailwind CSS and etc.
- Rename
.env.example
to.env
- Paste your API key
Mini-Fullstack repository uses PNPM Workspaces To install dependencies, run
pnpm install
in the project root directory.
git clone https://github.com/mujamilhaikal/mini-fullstack
cd mini-fullstack
pnpm i
pnpm run build
pnpm run preview
You can also debug them together with a website locally. For instance, to start
pnpm run dev
Click the image to visit the Vite.js guide on Static Deploy.