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

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

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`