文件名称:ignite-github-explorer:火箭座第一章-ReactJS基础
文件大小:344KB
文件格式:ZIP
更新时间:2024-05-24 22:16:14
JavaScript
:closed_book: 指数 :light_bulb: 关于 Rocketseat在Ignite课程中开发的项目 :rocket: 第一章-ReactJS基础 第一个列出Github存储库并学习主要概念的项目。 :laptop: 使用的技术 最初,我们从React学习了一些重要的概念,例如: 组件 特性 状态 钩子 不变性 打字稿 我们使用以下方法开发了React应用程序的基本结构: Webpack 巴别塔 Webpack开发服务器 萨斯 源地图 快速刷新 :package: 如何下载项目 # clonar o repositorio $ git clone https://github.com/milenahikari/ignite-github-explorer.git # entrar na pasta do projeto $ cd ignite-github-explorer # instalar as dependencias
【文件预览】:
ignite-github-explorer-main
----.gitignore(12B)
----package.json(932B)
----src()
--------components()
--------styles()
--------index.tsx(115B)
--------App.tsx(147B)
----webpack.config.js(1KB)
----dist()
--------index.html(323B)
--------bundle.js.LICENSE.txt(1KB)
--------bundle.js(1.03MB)
----public()
--------index.html(284B)
----tsconfig.json(601B)
----readme.md(1KB)
----babel.config.js(158B)
----yarn.lock(248KB)