Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 443 Bytes

single-page-app

A single page app built using:

  • React
  • Vite
  • TailwindCSS

Deployed using gh-pages at: https://the-cryptocrats.github.io/single-page-app/

Run

npm i
npm run dev

Build, Preview & Deploy

  • Change "homepage" in package to your username https://<USERNAME>.github.io/single-page-app/ to deploy in gh-pages branch of your repo
npm run predeploy
npm run preview
npm run deploy