文件名称:通过ReactJS构建像trello这样的应用-React开发
文件大小:6.3MB
文件格式:ZIP
更新时间:2024-06-16 09:41:28
React Dev Tools
通过ReactJS构建一个类似于trello的应用REACT TRELLO TODO STACK FE react-beautiful-dnd redux redux-thunk UI COMPONENT react carbon design工具更漂亮的脚本#安装应用的依赖项$ npm install#开发服务器localhost:3000 //在以下环境中使用环境变量.env.development $ npm start#构建生产版本//在.env.production $ npm run build中使用环境变量
【文件预览】:
react-trello-todo-master
----jsconfig.json(96B)
----package.json(1KB)
----.prettierrc(84B)
----src()
--------features()
--------index.js(767B)
--------rootReducers.js(188B)
--------containers()
--------index.scss(2KB)
--------components()
--------App.js(235B)
----.gitignore(338B)
----public()
--------favicon.svg(525B)
--------assets()
--------manifest.json(296B)
--------robots.txt(67B)
--------index.html(620B)
----README.md(463B)
----.vscode()
--------settings.json(70B)