All Projects → SinanMtl → Webpack Simple Starter

SinanMtl / Webpack Simple Starter

Licence: mit
A simple webpack starter without framework (Like Vue, React, Angular, etc.)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webpack Simple Starter

Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (-16.49%)
Mutual labels:  webpack, starter-kit, starter, simple
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-48.71%)
Mutual labels:  webpack, starter-kit, starter
Angular Webpack Starter
🌟 Angular Webpack Starter with AoT compilation, Lazy-loading, Tree-shaking, and Hot Module Reload (Updated to 4.1.0!)
Stars: ✭ 91 (-86.23%)
Mutual labels:  webpack, starter-kit, starter
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-96.07%)
Mutual labels:  webpack, starter-kit, starter
Es6 Webpack2 Starter
🚀 A template project for es6/7, webpack2/3, sass and postcss
Stars: ✭ 106 (-83.96%)
Mutual labels:  webpack, webpack3, starter
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (-78.21%)
Mutual labels:  webpack, webpack3, starter-kit
React Webpack Babel
Simple React Webpack Babel Starter Kit
Stars: ✭ 1,241 (+87.75%)
Mutual labels:  webpack, starter-kit, starter
Gulp Pug Starter
Frontend development with pleasure. Pug + SCSS version
Stars: ✭ 228 (-65.51%)
Mutual labels:  webpack, starter-kit, starter
Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (-41.91%)
Mutual labels:  webpack, webpack3, starter-kit
Pug Starter
Simple pug (jade) starter [framework] enabling faster delivery of HTML & CSS projects to a private server and/or automatic deployment of GitHub pages.
Stars: ✭ 328 (-50.38%)
Mutual labels:  starter-kit, starter
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-49.32%)
Mutual labels:  webpack, webpack3
Serverless Typescript Starter
🗄🙅‍♀️ Deploy your next serverless JavaScript function in seconds
Stars: ✭ 653 (-1.21%)
Mutual labels:  webpack, starter-kit
Electron React Boilerplate
A Foundation for Scalable Cross-Platform Apps
Stars: ✭ 18,727 (+2733.13%)
Mutual labels:  webpack, starter-kit
Webpack Cdn Plugin
A webpack plugin that use externals of CDN urls for production and local node_modules for development
Stars: ✭ 306 (-53.71%)
Mutual labels:  webpack, webpack3
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (-54.77%)
Mutual labels:  starter-kit, starter
Awesome Webpack Cn
[印记中文](https://docschina.org/) - webpack 优秀中文文章
Stars: ✭ 3,611 (+446.29%)
Mutual labels:  webpack, webpack3
Typescript Webpack Starter
⚡ create-ts-lib: A Starter Kit and a CLI to create your TypeScript / ES6 module bundled by Webpack without thinking about build or unit tests configurations. 🏠
Stars: ✭ 358 (-45.84%)
Mutual labels:  webpack, starter
Fullstack Typescript
FAST FullStack React with TypeScript starter kit.
Stars: ✭ 295 (-55.37%)
Mutual labels:  webpack, starter-kit
Js Library Boilerplate Basic
Javascript Minimal Starter Boilerplate - Webpack 5 🚀, Babel 7, UMD, Unit Testing
Stars: ✭ 354 (-46.44%)
Mutual labels:  webpack, starter-kit
Mocker Api
mocker-api that creates mocks for REST APIs. It will be helpful when you try to test your application without the actual REST API server.
Stars: ✭ 374 (-43.42%)
Mutual labels:  webpack, webpack3

Webpack Simple Starter

A simple webpack starter without framework (Like Vue, React, Angular, etc.). This project is inspired from vue-cli webpack project

Getting Started

First, install the modules that the project needs.

$ npm install

Now, let's start developing.

$ npm run dev

Finally development process done. Let's export for production.

$ npm run build

That's it!. Files are ready to under the dist/ directory for production.

What's in this project?

Directories

There are four main directories in project. This directories like below:

build/		# Webpack configurations
config/		# Dev and prod configurations
src/ 		# Project development files
|_ scripts/	# Javascript files
|_ styles/	# Style files (scss)
|_ views/	# HTML templates (pug)
static/		# Static files (Like fonts, images)

Used Frameworks

  • Bootstrap and depended javascript frameworks like jquery. (Client)
  • Babel.js for ES6 compile
  • Sass for CSS
  • Pug for HTML template

Also, this project is supporting hot reload and include eslint

License

This project is 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].