{"id":19099154,"url":"https://github.com/frontted/hero-base","last_synced_at":"2026-02-24T07:02:37.653Z","repository":{"id":90229006,"uuid":"127172351","full_name":"frontted/hero-base","owner":"frontted","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-24T18:34:18.000Z","size":862,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T09:45:49.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/frontted.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-28T17:03:07.000Z","updated_at":"2018-05-24T18:34:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"138c80f8-96f0-4443-9652-468743067f5a","html_url":"https://github.com/frontted/hero-base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frontted/hero-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fhero-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fhero-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fhero-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fhero-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontted","download_url":"https://codeload.github.com/frontted/hero-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fhero-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281418391,"owners_count":26497789,"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-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2024-11-09T03:48:49.728Z","updated_at":"2025-10-28T10:06:25.028Z","avatar_url":"https://github.com/frontted.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hero Base\n\nHero Base is a FREE business Admin theme crafted with care by the Frontted senior designers \u0026 developers. Hero is built using the latest frameworks and best practices on the internet with uniquely designed and coded pages and UI elements.\n\nThis Bootstrap 4 Admin Template can be used for any SASS projects such as Schools/Universities, Shop/Retail, Financial/Reporting, Social Media, Real Estate, Project Management or Ticketing System.\n\n\u003e You can purchase HERO PRO for extra UI Components and Premium Support.\n\n## Browser support\n\nHero works on the last two versions of every major browser. Specifically, we test on Chrome, Firefox, Safari on Mac, Safari on iOS, IE10, IE11, Edge.\n\n## Running the demos\n\nPreview [Hero](http://demo.frontted.com/hero-base/161220171643/index.html) online.\n\n### Precompiled files\n\n\u003e You can find the precompiled HTML, CSS and JavaScript files from our online demo in the `dist/` directory of the downloaded package.\n\nYou can open the precompiled demo from the download package:\n\n```bash\nopen dist/index.html\n```\n\nOr, start a web server:\n\n```bash\nnpm run serve\n```\n\n# Development\n\n[![npm version](https://badge.fury.io/js/theme-mix.svg)](https://badge.fury.io/js/theme-mix)\n\nFlow includes a modern development workflow based on Webpack and laravel-mix which compiles Sass, ES6 JavaScript, handles production builds, watchers, multiple CSS themes and more. This entire workflow is contained into an installable package named `theme-mix`.\n\n## Installation\n\n```bash\nnpm install\n```\n\n\u003e Create a `webpack.mix.js` file at the root of your project:\n\n```js\nrequire('theme-mix')\n\n// Enable sourcemaps\nconst { mix } = require('laravel-mix')\nconst sourceMapsInProduction = false\nmix.sourceMaps(sourceMapsInProduction)\n```\n\n\u003e Update `package.json` with the workflow:\n\n```json\n\"scripts\": {\n  \"development\": \"cross-env NODE_ENV=development webpack --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\",\n  \"production\": \"cross-env NODE_ENV=production webpack --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\",\n  \"watch\": \"cross-env NODE_ENV=development webpack --watch --progress\n--hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js\"\n},\n```\n\n## Workflow\n\n### Build\n\n\u003e Development build:\n\n```bash\nnpm run development\n```\n\n\u003e Production build (includes extra minification, optimizations and cleanup):\n\n```bash\nnpm run production\n```\n\n### Watch\n\n\u003e Start a web server and automatically rebuild your changes as you make them:\n\n```bash\nnpm run watch\n```\n\n### Tasks\n\n\u003e Run specific tasks\n\n```bash\nnpm run development -- --env.run [html|js|sass|copy|clean]\n```\n\n## Options\n\n\u003e Create a `theme-mix.yaml` file at the root of your project. These are the default configuration options, except `copy` which by default is an empty list.\n\n```yaml\nrunTasks:\n  clean: true\n  js: true\n  copy: true\n  sass: true\n  html: true\nenableCssThemes: false\nenableCssRTL: false\ncopyCwd: node_modules\ncopyDest: dist/assets/vendor\ncopy:\n  - bootstrap/dist/js/bootstrap.min.js\n  - jquery/dist/jquery.min.js\n  - popper.js/dist/umd/popper.js\n  - material-design-icons-iconfont/dist/fonts/*.{eot,ttf,woff,woff2}: dist/assets/fonts/material-icons\n  - dom-factory/dist/*\n  - material-design-kit/dist/material-design-kit.js\nclean:\n  - dist/**/*.html\n  - dist/assets/{css,fonts,js,vendor}\nsassSrc: src/sass/*.scss\ncssDest: dist/assets/css\njsSrc: src/js/**/**.{js,vue}\njsDest: dist/assets/js\nhtmlDest: dist/[path][name].html\nlaravelMixOptions:\n  processCssUrls: false\n```\n\n# Resources\n\nFlow Base is built on top of the following libraries, so make sure you follow through their own documentation when necessary.\n\n### Bootstrap 4\n\n\u003e Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web. [See Bootstrap 4 website](https://getbootstrap.com/)\n\n### Material Design Kit\n\n\u003e Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML. Provides layouts, drawers and other advanced features. [See MDK on Github](https://github.com/FrontendMatter/material-design-kit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontted%2Fhero-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontted%2Fhero-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontted%2Fhero-base/lists"}