All Projects → martellaj → Chrome Extension React Typescript Boilerplate

martellaj / Chrome Extension React Typescript Boilerplate

Licence: mit
🔨 A boilerplate project to quickly build a Chrome extension using TypeScript and React (built using webpack).

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Chrome Extension React Typescript Boilerplate

Awesome Chrome Extension Boilerplate
Use react + typescript + webpack to enhance your chrome extension development experience
Stars: ✭ 146 (-57.93%)
Mutual labels:  webpack, boilerplate, chrome-extension
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-66.86%)
Mutual labels:  webpack, boilerplate, chrome-extension
Chrome Extension Webpack Boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Stars: ✭ 1,320 (+280.4%)
Mutual labels:  webpack, boilerplate, chrome-extension
Vue Chrome Extension Boilerplate
Boilerplate for Chrome extension using Vue.js and Webpack with auto-reload enabled.
Stars: ✭ 171 (-50.72%)
Mutual labels:  webpack, boilerplate, chrome-extension
Rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes
Stars: ✭ 265 (-23.63%)
Mutual labels:  webpack, boilerplate
Vue Express Mongo Boilerplate
⭐ MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS
Stars: ✭ 2,814 (+710.95%)
Mutual labels:  webpack, boilerplate
Threejs Webpack Es6 Boilerplate
A basic boilerplate for a Three.js project compiled with Webpack and transpiled via Babel to enable using ES6 syntax.
Stars: ✭ 267 (-23.05%)
Mutual labels:  webpack, boilerplate
React Bolt
⚡ The most simple & robust boilerplate for your React projects.
Stars: ✭ 298 (-14.12%)
Mutual labels:  webpack, boilerplate
React Starter Kit
React, Redux, Webpack, Material UI, Boostrap 4, Code Splitting, HMR
Stars: ✭ 229 (-34.01%)
Mutual labels:  webpack, boilerplate
Angular Native Seed
Build web apps and NativeScript applications from one codebase using the AngularCLI.
Stars: ✭ 271 (-21.9%)
Mutual labels:  webpack, seed
Wp Reactivate
React boilerplate for WordPress plugins
Stars: ✭ 303 (-12.68%)
Mutual labels:  webpack, boilerplate
Vue Electron Template
An Electron & Vue.js template with Hot-reloading enabled and common Vue plugins, dev, debug and build scripts configured.
Stars: ✭ 260 (-25.07%)
Mutual labels:  webpack, boilerplate
Frontend Webpack Boilerplate
Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools.
Stars: ✭ 242 (-30.26%)
Mutual labels:  webpack, boilerplate
Frontend Boilerplates
Collection of Boilerplates with ES6, Vue, React, Nuxt, TypeScript, SCSS, Nodejs. Using good practices and file structures to inspire your real projects.
Stars: ✭ 269 (-22.48%)
Mutual labels:  webpack, boilerplate
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (-29.68%)
Mutual labels:  webpack, boilerplate
Webpack Vue Multiplepage
在多页面项目下使用 Webpack + Vue
Stars: ✭ 288 (-17%)
Mutual labels:  webpack, boilerplate
Ionic Boilerplate
✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2
Stars: ✭ 309 (-10.95%)
Mutual labels:  webpack, boilerplate
Kratos Boilerplate
🔥 A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules
Stars: ✭ 308 (-11.24%)
Mutual labels:  webpack, boilerplate
Electron React Webpack Boilerplate
Minimal Electron, React, PostCSS and Webpack boilerplate to help you get started with building your next app.
Stars: ✭ 312 (-10.09%)
Mutual labels:  webpack, boilerplate
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+5296.83%)
Mutual labels:  webpack, boilerplate

Chrome Extension (built with TypeScript + React)

This project is a boilerplate project to allow you to quickly build chrome extensions using TypeScript and React.

Building

  1. Clone repo
  2. npm i
  3. npm run dev to compile once or npm run watch to run the dev task in watch mode
  4. npm run build to build a production (minified) version

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].