project structure:React项目结构 源码
资料夹结构 整体结构 / -- package.json -- webpack.config.js -- tsconfig.json -- .gitignore -+ node_modules -+ /src ---- index.jsx ---- index.scss ---+ public/ ------ index.html ------ favicon.ico -----+ app --------- App.jsx --------- App.scss --------+ store ---------- index.js ---------- rootReducer.js --------+ assets -----
用户评论