{"id":13317807,"url":"https://github.com/aarongarciah/parcel-static-boilerplate","last_synced_at":"2025-10-23T15:31:34.240Z","repository":{"id":42211496,"uuid":"177393704","full_name":"aarongarciah/parcel-static-boilerplate","owner":"aarongarciah","description":"📦 Simple starter to write HTML, JS, and SCSS right away with no additional config.","archived":false,"fork":false,"pushed_at":"2023-03-04T03:27:57.000Z","size":1631,"stargazers_count":19,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T13:15:20.931Z","etag":null,"topics":["autoprefixer","babel","boilerplate","eslint","imagemin","jamstack","nunjucks","parcel","prettier","sass","scss","static-site","static-site-generator","stylelint"],"latest_commit_sha":null,"homepage":"https://parcel-static-boilerplate.netlify.com/","language":"Nunjucks","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/aarongarciah.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-24T09:21:52.000Z","updated_at":"2023-08-27T19:05:16.000Z","dependencies_parsed_at":"2024-09-16T12:40:23.568Z","dependency_job_id":"d2f86038-8ee8-4ff1-9f0d-030405fd2dc4","html_url":"https://github.com/aarongarciah/parcel-static-boilerplate","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/aarongarciah%2Fparcel-static-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarongarciah%2Fparcel-static-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarongarciah%2Fparcel-static-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarongarciah%2Fparcel-static-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarongarciah","download_url":"https://codeload.github.com/aarongarciah/parcel-static-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237852295,"owners_count":19376649,"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":["autoprefixer","babel","boilerplate","eslint","imagemin","jamstack","nunjucks","parcel","prettier","sass","scss","static-site","static-site-generator","stylelint"],"created_at":"2024-07-29T18:28:02.251Z","updated_at":"2025-10-23T15:31:28.790Z","avatar_url":"https://github.com/aarongarciah.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parcel Static Boilerplate\n\n[![Actions Status](https://github.com/aarongarciah/parcel-static-boilerplate/workflows/CI/badge.svg)](https://github.com/aarongarciah/parcel-static-boilerplate/actions)\n[![Known Vulnerabilities](https://snyk.io/test/github/aarongarciah/parcel-static-boilerplate/badge.svg?targetFile=package.json)](https://snyk.io/test/github/aarongarciah/parcel-static-boilerplate?targetFile=package.json)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/b634f3a6-0192-4258-8e27-54fa8a6d1e67/deploy-status)](https://app.netlify.com/sites/parcel-static-boilerplate/deploys)\n\nSimple starter to start writing HTML, JS, and SCSS right away with no additional config. Can be used as a static site generator!\n\n## Development\n\n1. **Clone** or [download](https://github.com/aarongarciah/parcel-static-boilerplate/archive/master.zip) this repository.\n\n   ```\n   git clone https://github.com/aarongarciah/parcel-static-boilerplate.git\n   ```\n\n2. **Install** dependencies.\n\n   ```\n   npm install\n   ```\n\n3. **Run** dev mode. It will open a browser tab with the dev url [`http://localhost:1234/`](http://localhost:1234/).\n\n   ```\n   npm run dev\n   ```\n\n## Production build\n\nRun the build script and the optimized for production website will be generated in the `/dist` folder.\n\n```\nnpm run build\n```\n\n## Serve production build locally\n\nIf you want to serve your production build (the generated `/dist` folder) locally just run this command and open [`http://localhost:5000/`](http://localhost:5000/) in your browser. This command runs the `npm run build` command before serving the `/dist` folder.\n\n```\nnpm run serve\n```\n\n## Tech stack\n\n- [Parcel](https://parceljs.org/)\n- [Babel](https://babeljs.io/)\n- [ESLint](https://eslint.org/)\n- [Prettier](https://prettier.io/)\n- [Sass](https://sass-lang.com/)\n- [Autoprefixer](https://github.com/postcss/autoprefixer)\n- [Stylelint](https://stylelint.io/)\n- [Nunjucks](https://mozilla.github.io/nunjucks/)\n- [Imagemin](https://github.com/imagemin/imagemin)\n\n## To do\n\n- [ ] Detail all features: linting, formatting, building, etc.\n- [ ] Add all available commands.\n- [ ] Explain why there are two `/static` folders.\n- [ ] Warn against how Parcel treats the `site.webmanifest` file.\n- [ ] Explain how to config Imagemin.\n- [ ] Explain how to config Nunjucks.\n- [ ] Find a good Nunjucks code editor formatter.\n- [ ] Add recommended extensions for development.\n- [ ] Add testing setup with Jest?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarongarciah%2Fparcel-static-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarongarciah%2Fparcel-static-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarongarciah%2Fparcel-static-boilerplate/lists"}