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
- Host: GitHub
- URL: https://github.com/davipythonweb/react_web___
- Owner: davipythonweb
- License: mit
- Created: 2024-08-26T07:24:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:08:20.000Z (over 1 year ago)
- Last Synced: 2025-01-19T14:17:11.531Z (about 1 year ago)
- Topics: esbuild, react, vite
- Language: JavaScript
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`