{"id":13596348,"url":"https://github.com/rollup/rollup-starter-app","last_synced_at":"2025-04-05T21:07:19.753Z","repository":{"id":49117375,"uuid":"96709585","full_name":"rollup/rollup-starter-app","owner":"rollup","description":"Bare-bones example of how to create an application using Rollup","archived":false,"fork":false,"pushed_at":"2022-12-26T08:57:30.000Z","size":67,"stargazers_count":434,"open_issues_count":8,"forks_count":100,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T20:04:49.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rollup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-09T20:29:08.000Z","updated_at":"2025-03-17T15:02:07.000Z","dependencies_parsed_at":"2023-01-30T23:45:43.881Z","dependency_job_id":null,"html_url":"https://github.com/rollup/rollup-starter-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollup%2Frollup-starter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollup%2Frollup-starter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollup%2Frollup-starter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollup%2Frollup-starter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollup","download_url":"https://codeload.github.com/rollup/rollup-starter-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399876,"owners_count":20932876,"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-08-01T16:02:19.920Z","updated_at":"2025-04-05T21:07:19.734Z","avatar_url":"https://github.com/rollup.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Packages"],"sub_categories":["Community Packages"],"readme":"# rollup-starter-app\n\nThis repo contains a bare-bones example of how to create an application using Rollup, including importing a module from `node_modules` and converting it from CommonJS.\n\n*See also https://github.com/rollup/rollup-starter-lib*\n\n\n## Getting started\n\nClone this repository and install its dependencies:\n\n```bash\ngit clone https://github.com/rollup/rollup-starter-app\ncd rollup-starter-app\nnpm install\n\n# or\nnpx degit \"rollup/rollup-starter-app\" my-app\ncd my-app\nnpm install\n```\n\nThe `public/index.html` file contains a `\u003cscript src='bundle.js'\u003e` tag, which means we need to create `public/bundle.js`. The `rollup.config.js` file tells Rollup how to create this bundle, starting with `src/main.js` and including all its dependencies, including [date-fns](https://date-fns.org).\n\n`npm run build` builds the application to `public/bundle.js`, along with a sourcemap file for debugging.\n\n`npm start` launches a server, using [serve](https://github.com/zeit/serve). Navigate to [localhost:3000](http://localhost:3000).\n\n`npm run watch` will continually rebuild the application as your source files change.\n\n`npm run dev` will run `npm start` and `npm run watch` in parallel.\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollup%2Frollup-starter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollup%2Frollup-starter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollup%2Frollup-starter-app/lists"}