{"id":15110278,"url":"https://github.com/naveen-ithappu/tswebpack-starterkit","last_synced_at":"2026-02-14T01:43:41.355Z","repository":{"id":83833928,"uuid":"138213443","full_name":"naveen-ithappu/TSWebpack-starterkit","owner":"naveen-ithappu","description":"Project setup to use Webpack 4 with Typescript and SCSS","archived":false,"fork":false,"pushed_at":"2018-06-21T19:57:04.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T16:48:11.933Z","etag":null,"topics":["clean-webpack-plugin","dotenv","minicssextractplugin","scss","ts-loader","typescript","typescript2","webpack","webpack-config","webpack-configuration","webpack-dev-server","webpack-manifest","webpack-manifest-plugin","webpack4"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naveen-ithappu.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-06-21T19:28:33.000Z","updated_at":"2018-06-21T20:00:07.000Z","dependencies_parsed_at":"2023-03-05T20:15:28.663Z","dependency_job_id":null,"html_url":"https://github.com/naveen-ithappu/TSWebpack-starterkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naveen-ithappu/TSWebpack-starterkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen-ithappu%2FTSWebpack-starterkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen-ithappu%2FTSWebpack-starterkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen-ithappu%2FTSWebpack-starterkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen-ithappu%2FTSWebpack-starterkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naveen-ithappu","download_url":"https://codeload.github.com/naveen-ithappu/TSWebpack-starterkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naveen-ithappu%2FTSWebpack-starterkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274070685,"owners_count":25217378,"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-09-07T02:00:09.463Z","response_time":67,"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":["clean-webpack-plugin","dotenv","minicssextractplugin","scss","ts-loader","typescript","typescript2","webpack","webpack-config","webpack-configuration","webpack-dev-server","webpack-manifest","webpack-manifest-plugin","webpack4"],"created_at":"2024-09-25T23:43:49.095Z","updated_at":"2026-02-14T01:43:41.323Z","avatar_url":"https://github.com/naveen-ithappu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack 4 + Typescript 2.9 + Scss Starter Kit\n\nThis is sample project setup to get started with **WebpackV4** with **Typescript** and **Scss**\n\n### Loaders \u0026 Plugins Used\n- CSS\n    - MiniCssExtractPlugin\n    - css-loader\n    - sass-loader\n\n- TypeScript\n    - ts-loader\n    - fork-ts-checker-webpack-plugin\n    \n- Font\n    - file-loader\n- Images\n    - url-loader\n    - file-loader (fall back for large images)\n- JSON\n    - json-loader\n\n- Others\n    \n    `html-webpack-plugin` -  Auto inject Script and style tag\n    \n    `clean-webpack-plugin` - Clear dist folder\n    \n    `webpack-manifest-plugin` - generate manifest.json file\n\n         \n### TSConfig\n```\n{\n    \"compilerOptions\": {\n        \"target\": \"es5\",\n        \"module\": \"commonjs\",\n        \"lib\": [\n            \"es2016\",\n            \"dom\"\n        ],\n        \"allowJs\": false,\n        \"jsx\": \"react\",\n        \"sourceMap\": true,\n        \"strict\": true,\n        \"noImplicitAny\": true,\n        \"alwaysStrict\": true,\n        \"baseUrl\": \"./\",\n        \"allowSyntheticDefaultImports\": true,\n        \"esModuleInterop\": true\n    },\n    \"include\": [\n        \"src/**/*\"\n    ],\n    \"exclude\": [\n        \"node_modules\"\n    ]\n}\n```\n                    \n### NPM Commands\n`npm run dev`  - To start a dev server\n\n`npm run build` - To generate bundle\n\n### .ENV\n`.env` folder contains environment specific configuration  variables to handle `dev` and `production` modes independently   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveen-ithappu%2Ftswebpack-starterkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaveen-ithappu%2Ftswebpack-starterkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaveen-ithappu%2Ftswebpack-starterkit/lists"}