{"id":13628011,"url":"https://github.com/dhinesh03/mithril-starter-kit","last_synced_at":"2025-04-17T00:33:01.344Z","repository":{"id":26518083,"uuid":"108125218","full_name":"dhinesh03/mithril-starter-kit","owner":"dhinesh03","description":"Mithril Starter Kit — A boilerplate Mithril application using ES6, Babel, Webpack 4, Sass/SCSS, Webpack dev server hot reload and eslint","archived":true,"fork":false,"pushed_at":"2023-02-27T20:54:32.000Z","size":2759,"stargazers_count":75,"open_issues_count":2,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-08T18:45:59.954Z","etag":null,"topics":["babel","boilerplate-mithril-application","css-hot-loader","es6","eslint","hot-reload","mithril","mithril-starter","mithriljs","sass","scss","starter-kit","webpack4"],"latest_commit_sha":null,"homepage":"https://dhinesh03.github.io/mithril-starter-kit/","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/dhinesh03.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":"2017-10-24T12:43:13.000Z","updated_at":"2024-10-20T19:15:46.000Z","dependencies_parsed_at":"2024-08-01T22:51:56.365Z","dependency_job_id":null,"html_url":"https://github.com/dhinesh03/mithril-starter-kit","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhinesh03%2Fmithril-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhinesh03%2Fmithril-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhinesh03%2Fmithril-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhinesh03%2Fmithril-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhinesh03","download_url":"https://codeload.github.com/dhinesh03/mithril-starter-kit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249293149,"owners_count":21245686,"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":["babel","boilerplate-mithril-application","css-hot-loader","es6","eslint","hot-reload","mithril","mithril-starter","mithriljs","sass","scss","starter-kit","webpack4"],"created_at":"2024-08-01T22:00:42.779Z","updated_at":"2025-04-17T00:33:01.000Z","avatar_url":"https://github.com/dhinesh03.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Mithril Starter Kit\nA boilerplate Mithril application using ES6, Babel, Webpack 4, Sass/SCSS, Webpack dev server hot reload and eslint\n\n### How to use\nBy using [degit](https://github.com/Rich-Harris/degit)\n```shell\nnpx degit dhinesh03/mithril-starter-kit mithril-starter-kit\nor\ngit clone https://github.com/dhinesh03/mithril-starter-kit\n```\nor\n[Download the source](https://github.com/dhinesh03/mithril-starter-kit/zipball/master)\n```shell\ncd mithril-starter-kit\n\nnpm install\n\nnpm start\n  # Webpack dev server will run and opens the app on the browser with HRM,\nnpm run build\n  # Compiles the app for production and all compiled files lies on dist dir.\n  # To deploy an the application simply transfer the dist to a web server's public directory.\nnpm run build:analyze\n  # Compiles the app for production and we will have a report and stats for the bundle on dist folder.\n```\n\n## Directory Structure:\n```shell\n├── dist/                         # Compiled application\n│     ├── css/\n│     │     ├── *.css\n│     │     └── *.css.map\n│     ├── fonts/\n│     ├── images/\n│     ├── js/\n│     │     ├── *.js\n│     │     └── *.js.map\n│     └── index.html\n│\n├── src/                          # Application source files \n│     │\n│     ├── images/                 # Image files that are copied to build production output (e.g. favicon.ico)\n│     │\n│     ├── view/                   # All your application view logic files\n│     │     │\n│     │     ├── components/             # All your view components\n│     │     │     │\n│     │     │     ├── your-component/       # A single view component\n│     │     │     │     ├── index.js            # The view component code\n│     │     │     │     ├── styles.scss         # The view component styles\n│     │     │     │     └── ...  \n│     │     │     └── ...\n│     │     │\n│     │     ├── pages/                   # All your top level page components\n│     │     │     ├── your-pages.js      \n│     │     │     └── ...\n│     │     │\n│     │     └── routes.js               # Application routing definition\n│     │\n│     ├── index.html              # Application HTML template\n│     └── index.js                # Application entry point\n│   \n├── eslintrc.js                   # ESLint configuration\n├── package.json                  # NPM configuration and scripts\n├── config/environment/env.*      # Holding environment variables \n└── config/webpack.*.js           # Webpack configuration\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhinesh03%2Fmithril-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhinesh03%2Fmithril-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhinesh03%2Fmithril-starter-kit/lists"}