{"id":23290983,"url":"https://github.com/sabarasaba/modern-backbone-starterkit","last_synced_at":"2025-08-21T22:31:53.398Z","repository":{"id":28503669,"uuid":"32020147","full_name":"sabarasaba/modern-backbone-starterkit","owner":"sabarasaba","description":"Lightweight starting point for a modern backbone web app.","archived":false,"fork":false,"pushed_at":"2018-03-22T19:19:51.000Z","size":243,"stargazers_count":188,"open_issues_count":1,"forks_count":43,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-08T09:04:35.627Z","etag":null,"topics":["babel","backbone","boilerplate","javascript","modern"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sabarasaba.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-03-11T13:50:14.000Z","updated_at":"2024-03-09T06:17:23.000Z","dependencies_parsed_at":"2022-09-03T10:50:39.376Z","dependency_job_id":null,"html_url":"https://github.com/sabarasaba/modern-backbone-starterkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabarasaba%2Fmodern-backbone-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabarasaba%2Fmodern-backbone-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabarasaba%2Fmodern-backbone-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sabarasaba%2Fmodern-backbone-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sabarasaba","download_url":"https://codeload.github.com/sabarasaba/modern-backbone-starterkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230537083,"owners_count":18241519,"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","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":["babel","backbone","boilerplate","javascript","modern"],"created_at":"2024-12-20T05:13:47.324Z","updated_at":"2024-12-20T05:13:47.846Z","avatar_url":"https://github.com/sabarasaba.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Backbone Starter-kit\n\n[![Gitter](http://img.shields.io/badge/chat-online-brightgreen.svg?style=flat)](https://gitter.im/sabarasaba/modern-backbone-starterkit)\n\nThis project provides a prepared development environment for modern backbone\ndevelopment. ES6, Jest, HMR, css-next, eslint; all ready for you to use.\n\n\n### Getting Started\n\nJust [clone](github-windows://openRepo/https://github.com/sabarasaba/modern-backbone-starterkit) or [fork](https://github.com/sabarasaba/modern-backbone-starterkit/fork) the repo and start hacking:\n\n```shell\n$ git clone https://github.com/sabarasaba/modern-backbone-starterkit.git AwesomeApp \u0026\u0026 cd $_\n$ yarn install\n$ cp .env.example .env\n```\n\n### Development\nUses webpack-dev-server with HMR to serve your app:\n\n```shell\n$ yarn dev\n```\n\n### Note on css\nThis project uses postcss with a few plugins in order to provide a modern approach\nto dealing with css. It runs autoprefixer by default, supports nested classes,\nimports and everything else that [css-next](http://cssnext.io/) has to offer.\n\n### Production build\nThis will build a minified version of the app and will output everything into\nthe `public/` folder:\n\n```shell\n$ yarn build\n```\n\nIf you wanna serve the production app you can do so by running:\n\n```shell\n$ yarn start\n```\n\n### How to run tests\n\nYou can easily run the unit tests by doing:\n\n```shell\n$ yarn test\n```\n\nOr check your code coverage with:\n\n```shell\n$ yarn coverage\n```\n\n### Linter\nCurrently using airbnb's presets, you can run it with:\n\n```shell\n$ yarn lint\n```\n\n### How to Update\n\nYou can always fetch and merge the recent changes from this repo back into\nyour own project:\n\n```shell\n$ git checkout master\n$ git fetch upstream\n$ git merge upstream/master\n$ npm install\n```\n\n### A Note on ES Classes\nES2015 Classes do *not* work well with Backbone or Marionette at time of writing. See https://github.com/jashkenas/backbone/issues/3560. Use Backbone's built in extend functions to get around this for the time being.\n\n\n### Learn More\n\n * [jQuery](https://jquery.com/)\n * [Lodash](https://lodash.com/)\n * [Handlebars](http://handlebarsjs.com/)\n * [Backbone.js](http://backbonejs.org/)\n * [Marionette.js](http://marionettejs.com/)\n * [Jest](https://facebook.github.io/jest/)\n * [Webpack](https://webpack.js.org/)\n * [Babel](https://babeljs.io/)\n * [css-next](http://cssnext.io/)\n * [eslint](http://eslint.org/)\n\n### Support\n\nHave feedback, feature request or need help? Create an issue !\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 [Ignacio Rivas](https://github.com/sabarasaba)\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\nall copies 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\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabarasaba%2Fmodern-backbone-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsabarasaba%2Fmodern-backbone-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsabarasaba%2Fmodern-backbone-starterkit/lists"}