{"id":23156558,"url":"https://github.com/thecreation/parcel-starter","last_synced_at":"2025-08-10T23:34:54.829Z","repository":{"id":148923031,"uuid":"139336371","full_name":"thecreation/parcel-starter","owner":"thecreation","description":"A starter template for Parcel, ECMAScript(latest), sass and postcss.","archived":false,"fork":false,"pushed_at":"2019-07-20T02:26:58.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T09:02:14.253Z","etag":null,"topics":["frontend","parcel","starter"],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/thecreation.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":"2018-07-01T14:35:14.000Z","updated_at":"2023-08-28T11:35:13.000Z","dependencies_parsed_at":"2023-04-29T09:29:22.593Z","dependency_job_id":null,"html_url":"https://github.com/thecreation/parcel-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecreation/parcel-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecreation","download_url":"https://codeload.github.com/thecreation/parcel-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecreation%2Fparcel-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269806183,"owners_count":24478145,"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-10T02:00:08.965Z","response_time":71,"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":["frontend","parcel","starter"],"created_at":"2024-12-17T21:13:58.557Z","updated_at":"2025-08-10T23:34:54.808Z","avatar_url":"https://github.com/thecreation.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parcel Starter\n\n\u003e A starter template for Parcel, ECMAScript(latest), sass and postcss.\n\n## Table of Contents\n\n* [Features](#features)\n* [Installation](#installation)\n* [Getting Started](#getting-started)\n* [List of Npm tasks](#list-of-npm-tasks)\n\n## Features\nThis starter also features a number of great software (in the words of their creators):\n\n* [Parcel](https://parceljs.org/) - blazing fast, zero configuration web application bundler.\n* [EditorConfig](http://editorconfig.org/) - a config file for maintaining  consistent coding styles.\n\n### JavaScript\n\n* [Babel](http://babeljs.io/) - a JavaScript compiler for es5 to es6/7.\n* [ESLint](http://eslint.org/) - the pluggable linting utility for JavaScript and JSX (with preconfigured ruleset by [Google](https://github.com/google/eslint-config-google).\n\n### StyleSheet\n\n* [Sass](http://sass-lang.com/) - CSS with superpowers.\n* [PostCSS](https://github.com/postcss/postcss) - a tool for transforming styles with JS plugins.\n* [Autoprefixer](https://github.com/postcss/autoprefixer) - adding vendor prefixes by the rules of [Can I Use](http://caniuse.com/).\n* [Stylelint](http://stylelint.io/) - a mighty, modern CSS linter (with preconfigured ruleset by [Hugo Giraudel](https://sass-guidelin.es/)).\n\n### Git Hooks manager\n\n* [husky](https://github.com/typicode/husky)\n* [lint-staged](https://github.com/okonet/lint-staged)\n\n## Installation\n\n### Node version manager\n\nInstall [NVM](https://github.com/creationix/nvm). And use the latest version of NodeJS.\n\n```bash\nnvm install node\nnvm use node\n```\n\n### Install Sass\n\nGo to [sass-lang.com/install](http://sass-lang.com/install) for installation in command line.\n\n```bash\ngem install sass\n```\n\nBefore install sass, you should [install Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [install Gem](https://rubygems.org/pages/download).\n\n## Getting started\n\n1. Clone this Boilerplate\n\n   ```bash\n   git clone https://github.com/thecreation/parcel-starter.git \u003cPROJECT_NAME\u003e\n   cd \u003cPROJECT_NAME\u003e\n   ```\n\n2. Install Dependencies\n\n   ```bash\n   npm install\n   ```\n\n3. Build the project\n\n   ```bash\n   npm run build\n   ```\n\n4. Stay up-to-date\n\n   ```bash\n   git remote add upstream https://github.com/thecreation/parcel-starter.git\n   git pull upstream master\n   ```\n\n## List of Npm tasks\n\nTo run separate task type in command line `npm run [task_name]`.\n\nTask name          | Description\n:------------------|:----------------------------------\n`start`            | run the app in develpment.\n`build`            | build the app for production to the `dist` folder.\n`clean`            | remove `dist` folder.\n\n## License\n\nThe code is available under the [MIT](https://github.com/thecreation/parcel-starter/blob/master/LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fparcel-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecreation%2Fparcel-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecreation%2Fparcel-starter/lists"}