{"id":28618950,"url":"https://github.com/alexsergey/rocket","last_synced_at":"2025-08-22T14:10:23.574Z","repository":{"id":30281868,"uuid":"33833419","full_name":"AlexSergey/rocket","owner":"AlexSergey","description":"Boilerplate for React and Backbone","archived":true,"fork":false,"pushed_at":"2016-01-14T08:43:50.000Z","size":1466,"stargazers_count":79,"open_issues_count":0,"forks_count":9,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-06-12T04:19:25.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexSergey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-12T20:49:46.000Z","updated_at":"2025-05-28T08:54:55.000Z","dependencies_parsed_at":"2022-09-07T21:00:42.695Z","dependency_job_id":null,"html_url":"https://github.com/AlexSergey/rocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexSergey/rocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSergey%2Frocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSergey%2Frocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSergey%2Frocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSergey%2Frocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexSergey","download_url":"https://codeload.github.com/AlexSergey/rocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexSergey%2Frocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271650860,"owners_count":24796725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T04:19:09.858Z","updated_at":"2025-08-22T14:10:23.559Z","avatar_url":"https://github.com/AlexSergey.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eRocket React\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"http://gooddev.org/\"\u003e\u003cimg src=\"http://gooddev.org/rocket/logo_rocket.jpg\" alt=\"Use boilerplate from https://github.com/AlexSergey/rocket\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n## This is test boilerplate of React + Babel + Backbone + Node + Mongo\n\nLittle single page application connect to server with RESTfull service, create works and description from it.\n\n## Build system\n- [Gulp](http://gulpjs.com/) - Build system\n- [NPM](https://www.npmjs.com/) - Package manager\n- [Browserify](http://browserify.org/) - CommonJS in the browser\n- [Babel](https://babeljs.io/) - transpile ES6 (including JSX) to ES5\n- [babelify](https://github.com/babel/babelify) - Babel transform for Browserify\n\n## Front End\n- [React](http://facebook.github.io/react/) - React framework\n- [Backbone](http://backbonejs.org/) - Backbone Framework\n- [react.backbone](https://github.com/clayallsopp/react.backbone) - Connect Backbone model and collection to React\n- [wolfy87-eventemitter](https://github.com/Olical/EventEmitter) - Publish Subscriber module\n- [react-router](https://github.com/rackt/react-router) - A complete routing library for React\n\n## Testing tool\n- [Mocha](http://mochajs.org/) - testing framework\n- [Chai](http://chaijs.com) - assertion library\n- [Sinon](http://sinonjs.org) - mocking library\n- [jsdom](https://github.com/tmpvar/jsdom) - server side DOM\n\n## Documentation\n- [jsdoc](https://github.com/jsdoc3/jsdoc) - Documentation generator with custom theme and custom settings\n\n## Server Side\n- [Node](https://nodejs.org/) - Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.\n- [Express](http://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js\n- [Mongo](https://www.mongodb.org/) - MongoDB (from humongous) is a cross-platform document-oriented NoSQL database.\n- [Mongoose](http://mongoosejs.com/) - Elegant mongodb object modeling for node.js\n- [Winston](https://github.com/winstonjs/winston) - A multi-transport async logging library for node.js.\n\nInstall:\n\n in main directory\n```sh\n    $ npm install\n```\nin server/ directory\n```sh\n    $ npm install\n```\nbuild project to development version\n```sh\n    $ gulp b\n```\nbuild project to production version (uglify, slice console.logs and debuggers)\n```sh\n    $ gulp b --production\n```\nwatch and run server\n```sh\n    $ gulp w\n```\ngenerate JSDoc doumentation, support jsx files\n```sh\n    $ gulp doc\n```\nscan jshint errors\n```sh\n    $ gulp lint\n```\ncheck JS errors, if all done it will be deploy to FTP\n```sh\n    $ gulp deploy\n```\nbuild test files\n```sh\n    $ gulp test\n```\napply test watcher\n```sh\n    $ gulp test-w\n```\n**! important ! This documentation builder has BUG! You dont use -\u003e arrow functions and inside string this symbol !**\n\nIn 'show_test_results.html' you can see all tests after build\n\nFor change configuration gulp and add custom things, you need modify gulpfile.js, task folder, and config in task folder\n\n## The MIT License (MIT)\n\nCopyright (c) 2015 Aleksandrov Sergey\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexsergey%2Frocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexsergey%2Frocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexsergey%2Frocket/lists"}