Skip to content

Latest commit

 

History

History
107 lines (59 loc) · 4.54 KB

README.md

File metadata and controls

107 lines (59 loc) · 4.54 KB

vite-react-ts

First contact using:

Commands

Creation

npm create vite@latest vite-react-ts -- --template react-ts

Development

npm start

or

npm run dev

Production Build

npm run build

Preview

npm run preview

Create a new project using this as a template

npx degit erkobridee/vite-react-ts ${project_name}

Useful References

Vite + TS + React + TailwindCSS

Vite Templates

GitHub Actions

  • [GitHub] peaceiris / actions-gh-pages - GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

    • Before the first execution on a github repository, go on the Settings > Code and automation > Actions > General > Workflow permissions, and make sure to have the Read and write permissions selected