Write app description in detail!
[Yet to be uploaded]
🚧 Build Status | |
---|---|
✅ Live Website: | https://anburocky3.github.io/vite-html-tailwind |
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit anburocky3/vite-html-tailwind my-app
cd my-app
npm install # Install dependencies
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 READMEs
And, enjoy :)
Just run and visit http://localhost:5173
npm run dev
To build the App, run
npm run build
And you will see the generated file in dist
that ready to be served.
To preview the build files, run
npm run preview