{"id":20426004,"url":"https://github.com/dfischer/meteor-boilerplate","last_synced_at":"2025-04-12T19:03:18.500Z","repository":{"id":21656202,"uuid":"24977036","full_name":"dfischer/meteor-boilerplate","owner":"dfischer","description":"Yet another meteor boilerplate project structure + obvious packages for bootstrapping new meteor projects.","archived":false,"fork":false,"pushed_at":"2014-10-09T07:16:42.000Z","size":148,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T07:44:18.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.danielfischer.com","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/dfischer.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":"2014-10-09T06:45:21.000Z","updated_at":"2024-04-14T07:44:18.828Z","dependencies_parsed_at":"2022-08-17T16:05:46.455Z","dependency_job_id":null,"html_url":"https://github.com/dfischer/meteor-boilerplate","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/dfischer%2Fmeteor-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfischer%2Fmeteor-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfischer%2Fmeteor-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfischer%2Fmeteor-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfischer","download_url":"https://codeload.github.com/dfischer/meteor-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224742382,"owners_count":17362232,"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":[],"created_at":"2024-11-15T07:14:56.308Z","updated_at":"2024-11-15T07:14:57.095Z","avatar_url":"https://github.com/dfischer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"meteor-boilerplate\n==================\n\nA meteor best practices project structure + obvious packages for bootstrapping new meteor projects.\n\n```\nclient/\n  compatibility/\n  views/\n    admin/\n    landing_pages/\n      home.html\n      home.js\n      home.scss\n    layouts\n      main.html\n      main.js\nlib/\n  router.js\n  routes/\n    landing_pages.js\nmodels/\npublic/\nserver/\n  publications.js\n  fixtures.js\n```\n\nExplanation\n-----------\nThis project structure gives you a nice amount of modularity. It's a change from the traditional MVC pattern (if you come from Rails especially). At first glance it may be weird to have `.js .html .scss` files together but in reality it makes a lot of sense. You don't have to do much context switching and each namespace is basically a self-contained module, which allows for easy abstraction into a package as needed.\n\nOtherwise everything else should be pretty obvious. You have your publications, fixtures, and routing best practices.\n\nEnjoy!\n\nPackages\n========\n\n* iron-router\n* spiderable\n* meteorhacks:npm\n* iron-router-active\n* ms-seo\n* spinner\n* email\n* accounts-password\n* accounts-ui\n* LESS\n\nThere is no CSS framework because most people use bootstrap and I heavily dislike bootstrap so you can add that yourself if you like it. I recommend you check out http://semantic-ui.com though :).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfischer%2Fmeteor-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfischer%2Fmeteor-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfischer%2Fmeteor-boilerplate/lists"}