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

https://github.com/davipythonweb/react_web___

Biblioteca React
https://github.com/davipythonweb/react_web___

esbuild react vite

Last synced: about 1 year ago
JSON representation

Biblioteca React

Awesome Lists containing this project

README

          

# react_web___
Biblioteca React

- aulas com a plataforma origamid

- Bundler
`Agrupa(bundle) o codigo do seu app`
`permite definir os componetes em diferentes arquivos para melhor organização`
`facilita a importaçao de codigo externo via npm`

- principais=>
`ESBuild, Rollup, Parcel, Turbopack, Webpack`

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