All Projects → tlentz → template-elm-chrome-extension

tlentz / template-elm-chrome-extension

Licence: MIT License
A template repository for building a chrome extension with webpack and elm.

Programming Languages

javascript
184084 projects - #8 most used programming language
elm
856 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to template-elm-chrome-extension

sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+112.5%)
Mutual labels:  starter-template, starter
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (+93.75%)
Mutual labels:  starter-template, starter
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+656.25%)
Mutual labels:  starter-template, starter
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+381.25%)
Mutual labels:  starter-template, starter
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (+31.25%)
Mutual labels:  starter-template, starter
nextjs-semantic
Next.js + Fomantic-UI + Styled Components
Stars: ✭ 68 (+325%)
Mutual labels:  starter-template, starter
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (+50%)
Mutual labels:  starter-template, starter
Bootstrap 4 Sass Gulp 4 Boilerplate
A Bootstrap 4.5.2 boilerplate with font-awesome, sass, gulp 4 tasks
Stars: ✭ 103 (+543.75%)
Mutual labels:  starter-template, starter
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+343.75%)
Mutual labels:  starter-template, starter
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+237.5%)
Mutual labels:  starter-template, starter
Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+11975%)
Mutual labels:  starter-template, starter
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-18.75%)
Mutual labels:  starter-template, starter
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+737.5%)
Mutual labels:  starter-template, starter
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (+50%)
Mutual labels:  starter-template, starter
Angular Open Source Starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 120 (+650%)
Mutual labels:  starter-template, starter
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (+68.75%)
Mutual labels:  starter-template, starter
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (+143.75%)
Mutual labels:  starter-template, starter
Sage Starter
Starter for Sage 10 with TailwindCSS and PostCSS
Stars: ✭ 48 (+200%)
Mutual labels:  starter-template, starter
angular-open-source-starter
This is a starter project for creating open-source libraries for Angular. It is a full fledged Angular workspace with demo application and easy library addition. It is designed to be used for open-sourcing libraries on Github and has everything you'd need ready for CI, code coverage, SSR testing, StackBlitz demo deployment and more.
Stars: ✭ 212 (+1225%)
Mutual labels:  starter-template, starter
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+225%)
Mutual labels:  starter-template, starter

template-elm-chrome-extension

A template repository for building a chrome extension with webpack and elm.

Technologies

Web

Module bundler: Webpack

Plugins
Loaders
Supporting dependencies
Commands
  • npm run debug to run Webpack with development configuration.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run dev to run Webpack with development configuration and keep watching for file changes within source.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser.
  • npm run live to run Webpack with development configuration and keep watching for file changes within source and reload the web-browser on every change.
    In this mode, Webpack generates source-maps for bundled JavaScript resources to simplify debugging of JavaScript in the web-browser and provides a live-development experience.
  • npm run build to run Webpack with production configuration.
    In this mode, Webpack minifies the JavaScript bundles and there are no source-maps created.
  • npm run prod to run Webpack with production configuration and produce a zipped output folder
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].