动手搭建:React单页应用

想快速上手React单页应用?用Create React App就对了!运行 yarn start ,你的应用就能在浏览器中跑起来,编辑代码页面还会自动刷新,还能在控制台里看到代码提示。想测试?简单!运行 yarn test 就能启动测试。准备部署?运行 yarn build 就能生成优化后的代码。觉得自带工具不好用?运行 yarn eject 就能自己定制,不过要谨慎操作哦!

zip
Origami-Workshop-master.zip 预估大小:50个文件
folder
Origami-Workshop-master 文件夹
file
.gitignore 310B
file
package.json 845B
folder
src 文件夹
file
app.js 1KB
folder
components 文件夹
folder
link 文件夹
file
index.js 357B
file
link.module.css 1KB
folder
footer 文件夹
file
footer.module.css 309B
file
index.js 897B
folder
header 文件夹
file
index.js 805B
file
header.module.css 281B
folder
aside 文件夹
file
index.js 673B
file
aside.module.css 153B
folder
page-wrapper 文件夹
file
index.js 554B
file
page-wrapper.module.css 458B
folder
origami 文件夹
file
index.js 721B
file
origami.module.css 633B
folder
button 文件夹
file
index.js 233B
file
button.module.css 368B
folder
title 文件夹
file
index.js 194B
file
title.module.css 109B
folder
images 文件夹
file
white-origami-bird.png 3KB
file
logo.svg 12KB
file
blue-origami-bird.png 3KB
file
blue-origami-bird-flipped.png 6KB
file
setupTests.js 241B
file
index.js 287B
folder
utils 文件夹
file
getCookie.js 172B
file
render-origamis.js 834B
file
navigation.js 729B
file
authenticate.js 691B
file
App.css 564B
file
context.js 181B
file
index.css 366B
file
App.test.js 246B
file
navigation.js 903B
folder
pages 文件夹
folder
login 文件夹
file
index.js 2KB
file
login.module.css 757B
folder
homePage 文件夹
file
home-page.js 358B
folder
profile 文件夹
file
index.js 2KB
file
profile.module.css 834B
folder
error 文件夹
file
index.js 413B
file
error.module.css 159B
folder
share 文件夹
file
index.js 1KB
file
share.module.css 364B
folder
register 文件夹
file
index.js 2KB
file
register.module.css 759B
folder
public 文件夹
file
robots.txt 67B
file
index.html 919B
file
favicon.ico 4KB
file
README.md 3KB
file
yarn.lock 499KB
...
zip 文件大小:233.14KB