https://github.com/anburocky3/dominos-store-listing-app
https://github.com/anburocky3/dominos-store-listing-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/anburocky3/dominos-store-listing-app
- Owner: anburocky3
- License: mit
- Created: 2024-01-05T13:35:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T13:35:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T12:18:14.099Z (7 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Your App Title
Write app description in detail!
#### Screenshots
[Yet to be uploaded]
## 🎉 Check it yourself!
| 🚧 Build Status | [](https://app.netlify.com/sites/cyberdude-internship/deploys) |
| ---------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ✅ Live Website: | https://anburocky3.github.io/vite-html-tailwind |---
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/anburocky3/vite-html-tailwind/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit anburocky3/vite-html-tailwind my-app
cd my-app
npm install # Install dependencies
```## Checklist
When you use this template, try follow the checklist to update your info properly
- [ ] Change the author name in `LICENSE`
- [ ] Change the title and unnecessary info in `index.html`
- [ ] According to your usage, modify READMEsAnd, enjoy :)
## Usage
### Development
Just run and visit http://localhost:5173
```bash
npm run dev
```### Build
To build the App, run
```bash
npm run build
```And you will see the generated file in `dist` that ready to be served.
### Preview
To preview the build files, run
```bash
npm run preview
```#### LICENSE: [MIT](./LICENSE)
#### Authors:
- [Anbuselvan Rocky](https://fb.me/anburocky3)
[](https://github.com/anburocky3/vite-html-tailwind/actions/workflows/deploy.yml)