文件名称:simple-countdown-timer:使用React构建的简单倒数计时器
文件大小:144KB
文件格式:ZIP
更新时间:2024-05-21 12:16:25
react javascript timer countdown-timer JavaScript
如何安装和运行 yarn或npm install 设置环境依赖关系(节点版本5 ++) yarn start或npm run start 在开发模式下运行应用程序。 打开在浏览器中查看它。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署!
【文件预览】:
simple-countdown-timer-master
----.eslintrc(28B)
----package.json(947B)
----.env(13B)
----src()
--------index.js(490B)
--------constants()
--------reduxStuff()
--------containers()
--------registerServiceWorker.js(4KB)
--------App.test.js(241B)
--------setupTests.js(163B)
--------components()
--------App.js(219B)
--------Main.js(264B)
--------actions()
--------utils()
--------index.css(144B)
----.gitignore(285B)
----public()
--------manifest.json(524B)
--------index.html(2KB)
--------android-chrome-512x512.png(51KB)
--------favicon.ico(4KB)
----README.md(582B)
----yarn.lock(263KB)