anburocky3 / learning-api-with-auth

Learning apis with auth functionality!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your App Title

Write app description in detail!

Screenshots

[Yet to be uploaded]

๐ŸŽ‰ Check it yourself!

๐Ÿšง Build Status Netlify Status
โœ… Live Website: https://anburocky3.github.io/vite-html-tailwind

GitHub Template

Create a repo from this template on GitHub.

Clone to local

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

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 READMEs

And, enjoy :)

Usage

Development

npm run dev

Just run and visit http://localhost:5173

Build

To build the App, run

npm run build

And you will see the generated file in dist that ready to be served.

Preview

To preview the build files, run

npm run preview

Deployment

  • Go to repository Setting.

Screenshot-2024-01-14-235556

  • Select Pages.

Screenshot-2024-01-14-235801

  • Select GitHub Actions under Build and Deployment.

Screenshot-2024-01-14-235908

LICENSE: MIT

Authors:

Deploy to GH Pages

About

Learning apis with auth functionality!

License:MIT License


Languages

Language:JavaScript 51.5%Language:HTML 43.0%Language:CSS 5.4%