All Projects → paullaros → webpack-starter

paullaros / webpack-starter

Licence: MIT license
🗽 Webpack + Babel + Sass

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to webpack-starter

angularjs-es6-starter-kit
Basic AngularJS, ES6, Webpack Starter Kit Project which includes Bootstrap 4 also. This is a boilerplate for AngularJS SPA with Bootstrap 4.
Stars: ✭ 28 (+154.55%)
Mutual labels:  starter-kit, webpack-starter-kit
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (+36.36%)
Mutual labels:  starter-kit
bb8
Starter kit for automating tasks in everyday front-end development. 👨🏻‍💻 ⚡️ 🛠 ✨ 🤖
Stars: ✭ 13 (+18.18%)
Mutual labels:  starter-kit
aurelia-typescript-boilerplate
A starter kit for building a standard navigation-style app with Aurelia, typescript and webpack by @w3tecch
Stars: ✭ 18 (+63.64%)
Mutual labels:  starter-kit
laravel-starter
😺 Your next laravel-api-starter in 30 seconds
Stars: ✭ 65 (+490.91%)
Mutual labels:  starter-kit
shopify-app-starter-kit
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀
Stars: ✭ 42 (+281.82%)
Mutual labels:  starter-kit
Example
Metarhia application example for Node.js
Stars: ✭ 147 (+1236.36%)
Mutual labels:  starter-kit
babel-webpack-package-boilerplate
boilerplate for building an npm package using webpack, with next-gen javascript transpilation through babel
Stars: ✭ 23 (+109.09%)
Mutual labels:  webpack-boilerplate
stow-box
Formerly Linnia-box Starter kit for stow protocols for building Decentralized React Apps
Stars: ✭ 15 (+36.36%)
Mutual labels:  starter-kit
starter-reactnative-nestjs-mysql
Starter mobile ReactNative NestJS MySQL with continuous integration and AWS deployment
Stars: ✭ 16 (+45.45%)
Mutual labels:  starter-kit
grundgesetz-skeleton
You have a documentation. I turn it into a website. Any questions?
Stars: ✭ 42 (+281.82%)
Mutual labels:  starter-kit
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (+18.18%)
Mutual labels:  starter-kit
nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+236.36%)
Mutual labels:  starter-kit
phaser-starter
Minimal starter project to get a Phaser game environment up and running with ease.
Stars: ✭ 73 (+563.64%)
Mutual labels:  starter-kit
react-typescript-starter
Simple starter-kit for react, redux, typescript, aphrodite, webpack
Stars: ✭ 14 (+27.27%)
Mutual labels:  starter-kit
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (+227.27%)
Mutual labels:  starter-kit
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+1836.36%)
Mutual labels:  starter-kit
Sass-Starter
SASS Starter - SCSS boilerplate for SMACSS
Stars: ✭ 35 (+218.18%)
Mutual labels:  starter-kit
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (+545.45%)
Mutual labels:  starter-kit
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (+72.73%)
Mutual labels:  starter-kit

Webpack Starter

Issues Forks Stars License

Webpack Starter can be used to quickly set-up a webpack based project. This starter kit is mainly meant for projects that heavily use server-side languages, such as .NET, and serve prerendered HTML. The main use case of this starter kit is bundling JavaScript & CSS and writing those files to disk. Features as hot module replacement and generating HTML are not included.

Features

  • webpack 4
  • webpack-serve
  • es8: by babel, presets & plugins
  • sass support: with autoprefixer
  • copy tasks for fonts & images
  • eslint: with babel-eslint
  • production & development (watch) tasks
  • uglifyjs

Quick start

# Clone our repository
git clone  https://github.com/paullaros/webpack-starter.git

# Navigate to folder
cd webpack-starter

# Install dependencies
npm install

# Run development build
npm start

# Start webpack dev server on http://localhost:8080
npm run serve

# Run production build
npm run build
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].