{"id":19099155,"url":"https://github.com/frontted/flow-base","last_synced_at":"2026-02-21T09:31:18.564Z","repository":{"id":90229003,"uuid":"114604171","full_name":"frontted/flow-base","owner":"frontted","description":"Free Admin Bootstrap 4 Dashboard","archived":false,"fork":false,"pushed_at":"2018-03-05T18:51:58.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T08:32:43.041Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://demo.frontted.com/flow-base/161220171643/index.html","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":"2017-12-18T06:30:55.000Z","updated_at":"2019-09-20T23:04:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"16bb278e-a060-4a3f-ade2-082038a1e047","html_url":"https://github.com/frontted/flow-base","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frontted/flow-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fflow-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fflow-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fflow-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fflow-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontted","download_url":"https://codeload.github.com/frontted/flow-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontted%2Fflow-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29678224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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.742Z","updated_at":"2026-02-21T09:31:18.537Z","avatar_url":"https://github.com/frontted.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flow Base\n\nFlow Base is a FREE Bootstrap 4 Admin Dashboard designed and coded by the Frontted UI Experts. It's fully responsive and skins latest bootstrap 4 providing a base start for your next Bootstrap 4 UI project.\n\n\u003e You can purchase FLOW PRO for extra UI Components and Premium Support.\n\n## Browser support\n\nFlow 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 [Flow](http://demo.frontted.com/flow-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%2Fflow-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontted%2Fflow-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontted%2Fflow-base/lists"}