Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telmorvf/p013-todolist_reactvitedeploygit
= PAGE => https://telmorvf.github.io/P013-TodoList_ReactViteDeployGit/ = Todo List - JavaScript React vite, css, jsx - Deployment in Github Pages
https://github.com/telmorvf/p013-todolist_reactvitedeploygit
github-pages javascript json react reactjsx vite vitejs
Last synced: 2 months ago
JSON representation
= PAGE => https://telmorvf.github.io/P013-TodoList_ReactViteDeployGit/ = Todo List - JavaScript React vite, css, jsx - Deployment in Github Pages
- Host: GitHub
- URL: https://github.com/telmorvf/p013-todolist_reactvitedeploygit
- Owner: telmorvf
- License: mit
- Created: 2024-08-16T16:40:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T18:42:02.000Z (4 months ago)
- Last Synced: 2024-10-16T19:09:17.297Z (3 months ago)
- Topics: github-pages, javascript, json, react, reactjsx, vite, vitejs
- Language: JavaScript
- Homepage: https://telmorvf.github.io/P013-TodoList_ReactViteDeployGit/
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```js
- $ npm install gh-pages --save-dev -> (only 1st time)
-> in package/scripts add the (predeploy, deploy) and homepage
-> in vite.config add base: "only Repository name"
- commit to the GitHub
- $ npm run deploy
- $ https://telmorvf.github.io/P013-TodoList_ReactViteDeployGit/
```