首页 开发技术 其它     /    NERDS-starterpack:用于NERDS堆栈的单页App样板-节点,Express,ReactRedux,带有SQL的数据库(PostgreSQL)-源码

NERDS-starterpack:用于NERDS堆栈的单页App样板-节点,Express,ReactRedux,带有SQL的数据库(PostgreSQL)-源码

上传者: weixin_42097557 | 上传时间:2024/7/5 6:56:32 | 文件大小:186KB | 文件类型:ZIP
NERDS-starterpack:用于NERDS堆栈的单页App样板-节点,Express,ReactRedux,带有SQL的数据库(PostgreSQL)-源码
NERDS(NERP)入门包简介和功能您好,我叫DamonYe,这是NERDS堆栈的样板!NERDS堆栈包括:Node.jsExpressReact,带SQL的Redux数据库(PostgreSQL,Sequelize)文件由特定域(包括样式表)构成。
终极版的文件被命名为这样的-ComponentNameActionCreator.js或ComponentNameReducer.jsJSX文件被明确标记为.jsx文件。
测试是通过Mocha,Chai,SuperTest和Enyzme完成的!测试文件位于特定组件/容器的目录中。
CSS是使用SASS预编译的,并直接导入到js文件中。
用户可以注册,登录和注销。
密码加密是通过bcryptjs完成的。
使用ReactRouter完成的单页应用程序样式。
使用react-redux的组件容器设计模式。
选择器用于简化状态管理,并放置在减速器文件中。
同步动作创建者,异步动作创建者和常量放置在动作创建者文件中。
包含种子文件seed.js可以轻松创建种子数据。
安装与设定如果你想修改NE 本软件ID:14982777

文件下载

资源详情

[{"title":"(39个子文件186KB)NERDS-starterpack:用于NERDS堆栈的单页App样板-节点,Express,ReactRedux,带有SQL的数据库(PostgreSQL)-源码","children":[{"title":"NERDS-starterpack-master","children":[{"title":"public","children":[{"title":"index.html <span style='color:#111;'>524B</span>","children":null,"spread":false},{"title":"favicon.ico <span style='color:#111;'>15.04KB</span>","children":null,"spread":false},{"title":"apple-touch-icon.png <span style='color:#111;'>20.63KB</span>","children":null,"spread":false},{"title":"favicon-32x32.png <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"favicon-16x16.png <span style='color:#111;'>650B</span>","children":null,"spread":false}],"spread":true},{"title":"yarn.lock <span style='color:#111;'>354.49KB</span>","children":null,"spread":false},{"title":"webpack.config.js <span style='color:#111;'>924B</span>","children":null,"spread":false},{"title":"babel.config.js <span style='color:#111;'>361B</span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'>168B</span>","children":null,"spread":false},{"title":"browser","children":[{"title":"store.js <span style='color:#111;'>305B</span>","children":null,"spread":false},{"title":"components","children":[{"title":"App","children":[{"title":"style.scss <span style='color:#111;'>381B</span>","children":null,"spread":false},{"title":"App.jsx <span style='color:#111;'>1.66KB</span>","children":null,"spread":false}],"spread":true},{"title":"PrivateRoute","children":[{"title":"PrivateRoute.jsx <span style='color:#111;'>734B</span>","children":null,"spread":false}],"spread":true},{"title":"LoginPage","children":[{"title":"LoginPage.jsx <span style='color:#111;'>603B</span>","children":null,"spread":false}],"spread":true},{"title":"SignUp","children":[{"title":"SignUp.jsx <span style='color:#111;'>1.24KB</span>","children":null,"spread":false}],"spread":true},{"title":"Homepage","children":[{"title":"Homepage.jsx <span style='color:#111;'>126B</span>","children":null,"spread":false}],"spread":true},{"title":"LogoutButton","children":[{"title":"LogoutButton.jsx <span style='color:#111;'>333B</span>","children":null,"spread":false},{"title":"tests","children":[{"title":"Logout.test.jsx <span style='color:#111;'>1.67KB</span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"Login","children":[{"title":"Login.jsx <span style='color:#111;'>1.03KB</span>","children":null,"spread":false},{"title":"tests","children":[{"title":"Login.test.jsx <span style='color:#111;'>2.05KB</span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":"routes.jsx <span style='color:#111;'>719B</span>","children":null,"spread":false},{"title":"actions","children":[{"title":"AccountActions.spec.js <span style='color:#111;'>674B</span>","children":null,"spread":false},{"title":"AccountActions.js <span style='color:#111;'>1.60KB</span>","children":null,"spread":false}],"spread":true},{"title":"index.jsx <span style='color:#111;'>288B</span>","children":null,"spread":false},{"title":"reducer.js <span style='color:#111;'>195B</span>","children":null,"spread":false},{"title":"reducers","children":[{"title":"AccountReducer.js <span style='color:#111;'>521B</span>","children":null,"spread":false},{"title":"AccountReducer.spec.js <span style='color:#111;'>714B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"seed.js <span style='color:#111;'>988B</span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'>2.29KB</span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'>329B</span>","children":null,"spread":false},{"title":"server","children":[{"title":"db","children":[{"title":"models","children":[{"title":"user.js <span style='color:#111;'>1.58KB</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>86B</span>","children":null,"spread":false}],"spread":true},{"title":"index.js <span style='color:#111;'>348B</span>","children":null,"spread":false},{"title":"db.js <span style='color:#111;'>180B</span>","children":null,"spread":false}],"spread":true},{"title":"app","children":[{"title":"main.js <span style='color:#111;'>1.59KB</span>","children":null,"spread":false},{"title":"routes","children":[{"title":"auth.js <span style='color:#111;'>1.96KB</span>","children":null,"spread":false},{"title":"auth.spec.js <span style='color:#111;'>1.73KB</span>","children":null,"spread":false},{"title":"index.js <span style='color:#111;'>142B</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"package.json <span style='color:#111;'>1.50KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明