Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```