https://github.com/davipythonweb/origamid_react__
Curso de react da origamid
https://github.com/davipythonweb/origamid_react__
Last synced: 3 months ago
JSON representation
Curso de react da origamid
- Host: GitHub
- URL: https://github.com/davipythonweb/origamid_react__
- Owner: davipythonweb
- License: mit
- Created: 2024-10-10T01:17:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T21:12:10.000Z (over 1 year ago)
- Last Synced: 2025-03-12T21:29:06.205Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# origamid_react__
* Curso de react da origamid
### aulas
#### estrutura Minima para projeto com Vite + React
_____________________________
- node_modules
- public
- src
- App.jsx
- main.jsx
- index.html
- packge.json
- packge-lock.json
- vite.config.js
____________________________
* node-version==20.17.0
* npm-version==10.8.2
* react-version==18.3.1
* vite-version==5.4.1
* criar projeto-web com a ferramenta de build/bundler -> vite
`npm create vite@latest .`
`npm install`
`npm run dev`
* gerar arquivos finais para subir no servidor
`npm run build`
- instalado liveserver para Sublime-Text
`https://github.com/molnarmark/sublime-live-server`