All Projects → jpggvilaca → webpack-boilerplate

jpggvilaca / webpack-boilerplate

Licence: other
Minimal webpack boilerplate

Programming Languages

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

Projects that are alternatives of or similar to webpack-boilerplate

webpack-starter
🗽 Webpack + Babel + Sass
Stars: ✭ 11 (-73.81%)
Mutual labels:  webpack-boilerplate
babel-webpack-package-boilerplate
boilerplate for building an npm package using webpack, with next-gen javascript transpilation through babel
Stars: ✭ 23 (-45.24%)
Mutual labels:  webpack-boilerplate
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-42.86%)
Mutual labels:  webpack-boilerplate
vue-webpack-boilerplate
A webpack boilerplate with vue-loader, axios, vue-router and vuex
Stars: ✭ 51 (+21.43%)
Mutual labels:  webpack-boilerplate
multi-vue-webpack
A multi entry vue project template
Stars: ✭ 18 (-57.14%)
Mutual labels:  webpack-boilerplate
react-ts-webpack-boilerplate
This is the ultimate lightweight boilerplate needed for a React application using typescript with webpack
Stars: ✭ 17 (-59.52%)
Mutual labels:  webpack-boilerplate
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (-21.43%)
Mutual labels:  webpack-boilerplate
Webpack Boilerplate
📦 ‎ A sensible webpack 5 boilerplate.
Stars: ✭ 1,949 (+4540.48%)
Mutual labels:  webpack-boilerplate
react-boilerplate
minimalize modern react boilerplate created using webpack 4 include technology pwa and include popular tools for react developer
Stars: ✭ 18 (-57.14%)
Mutual labels:  webpack-boilerplate
webpack-es6-sass-boilerplate
A minimalistic webpack 4 based boilerplate for building web apps
Stars: ✭ 38 (-9.52%)
Mutual labels:  webpack-boilerplate
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+340.48%)
Mutual labels:  webpack-boilerplate
python-webpack-boilerplate
Django Webpack boilerplate & Flask Webpack boilerplate
Stars: ✭ 87 (+107.14%)
Mutual labels:  webpack-boilerplate
vue-webpack-chrome-extension-template
Template for quick creation of Chrome extension on Vuejs hot reloading when developing.
Stars: ✭ 107 (+154.76%)
Mutual labels:  webpack-boilerplate

Minimalist Webpack Boilerplate

Instructions

  • Clone repo - git clone https://github.com/jpggvilaca/webpack-boilerplate.git
  • Change to the cloned repo's folder - cd webpack-boilerplate
  • Install dependencies - npm install
  • Start the server - npm start
  • Navigate to localhost:3500 in the browser
  • Enjoy!

Note: Use a node version > 10

Content

  • Webpack 5

  • ES6 support

  • Sass support

  • Hot Module Reload - browser reloads whenever a js or cs//scss file changes

  • You can change the port on webpack.config.js on line 26

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].