All Projects → taniarascia → Webpack Boilerplate

taniarascia / Webpack Boilerplate

Licence: mit
📦 ‎ A sensible webpack 5 boilerplate.

Programming Languages

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

Projects that are alternatives of or similar to Webpack Boilerplate

Webpack.js.org
Repository for webpack documentation and more!
Stars: ✭ 2,049 (+5.13%)
Mutual labels:  webpack, webpack5
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (-90.51%)
Mutual labels:  webpack-boilerplate, webpack5
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+980.55%)
Mutual labels:  webpack, webpack5
Sambell
wake me when it's quitting time
Stars: ✭ 101 (-94.82%)
Mutual labels:  webpack
Frontie Webpack
Front-end Boilerplate | Gulp 4 + Webpack 4 + Babel + ITCSS Architecture + BEM Methodology + Twig.js
Stars: ✭ 102 (-94.77%)
Mutual labels:  webpack
Forge React App
Start building React apps using TypeScript or ECMAScript
Stars: ✭ 104 (-94.66%)
Mutual labels:  webpack
Antdfront
using next generation data manager and hook、pure function component 、webpack to build antd design pro microfrontend project without umi, cra,dva or rematch
Stars: ✭ 105 (-94.61%)
Mutual labels:  webpack
Webpack Bundle Size Analyzer
A tool for finding out what contributes to the size of Webpack bundles
Stars: ✭ 1,376 (-29.4%)
Mutual labels:  webpack
Lichter.io
My own website and CV
Stars: ✭ 105 (-94.61%)
Mutual labels:  webpack
React Bootstrap Webpack Starter
ReactJS 16.4 + new React Context API +react Router 4 + webpack 4 + babel 7+ hot Reload + Bootstrap 4 + styled-components
Stars: ✭ 103 (-94.72%)
Mutual labels:  webpack
Webpack Format Messages
Beautiful formatting for Webpack messages; ported from Create React App!
Stars: ✭ 103 (-94.72%)
Mutual labels:  webpack
Angular 7 Webpack 4 Boilerplate
Ready to use Angular 7 project with webpack 4 configuration for development and production
Stars: ✭ 102 (-94.77%)
Mutual labels:  webpack
Conf
Landing page for event React Conf Brazil
Stars: ✭ 104 (-94.66%)
Mutual labels:  webpack
Fe Blog
前端学习笔记,JavaScript基础,LeetCode,手写API,Vue源码解析,前端面试题
Stars: ✭ 99 (-94.92%)
Mutual labels:  webpack
Buildpipeline
AWS-powered serverless build, test and deploy pipeline ft. multiple environments
Stars: ✭ 105 (-94.61%)
Mutual labels:  webpack
Wc Loader
🚽 Webcomponents webpack loader.
Stars: ✭ 101 (-94.82%)
Mutual labels:  webpack
Vue Svg Inline Loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
Stars: ✭ 105 (-94.61%)
Mutual labels:  webpack
Ejs Compiled Loader
EJS loader for webpack (without frontend dependencies)
Stars: ✭ 102 (-94.77%)
Mutual labels:  webpack
Anvel
Angular 2 Laravel Starter Kit
Stars: ✭ 102 (-94.77%)
Mutual labels:  webpack
Angular Es6
Angular ES6 utility library. Write directives, controllers and services as ES6 classes.
Stars: ✭ 103 (-94.72%)
Mutual labels:  webpack

📦 webpack Boilerplate

License: MIT

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass.

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

This project is open source and available under the MIT License.

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