MERN任务的moneytree

通过在项目目录中使用可用脚本,您可以在开发模式下运行应用程序: npm start。打开浏览器查看。进行编辑后,页面将重新加载。您还将在控制台中看到任何潜在错误。启动测试运行程序的交互式监视模式: npm test。构建生产到应用程序build文件夹: npm run build。它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。最小化构建,文件名包含哈希。应用准备好部署!注意:npm run eject是单向操作,无法返回!如果对构建工具和配置不满意,可以随时eject。此命令将从项目中删除单个构建依赖项,并将所有配置文件和传递依赖项(webpack,Babel,ESLint等)直接复制到您的项目中。

zip
T3A3-moneytree-master.zip 预估大小:23个文件
folder
T3A3-moneytree-master 文件夹
file
.gitignore 310B
file
package.json 869B
file
package-lock.json 571KB
folder
src 文件夹
folder
components 文件夹
file
TrelloCard.js 508B
file
TrelloList.js 472B
file
setupTests.js 255B
file
index.js 569B
file
logo.svg 3KB
file
App.js 711B
file
serviceWorker.js 5KB
folder
reducers 文件夹
file
index.js 142B
file
listsReducer.js 1KB
file
App.css 564B
file
index.css 366B
file
App.test.js 280B
folder
store 文件夹
file
index.js 138B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 3KB
file
manifest.json 492B
file
logo512.png 9KB
file
README.md 3KB
zip 文件大小:179.54KB