Skip to content

yyi/bootstrap-webpack-jquery-boilerplate

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Boostrap + Webpack + JQuery Boilerplate

Build landing page with Boostrap and jQuery is so easy.

code style: prettier

Why ?

React is awesome, and I use it everyday.

However, not each project needs such a complicated library. jQuery and bootstrap are good enough.

Hence, this repo is suitable for simple projects.

About DOM manipulation, all you need is...

🀩 jQuery

❌ No React

❌ No Vue

❌ No Angular

About CSS, all you need is...

🀩 Bootstrap + CSS

❌ No CSS Modules

❌ No styled-components

Features

  • Bootstrap and jQuery installed
  • Hot Module Replacement (HMR)
  • Support ES6 Syntax (Babel 7)
  • ESLint + Prettier = Neat Coding Style
  • Webpack production building (code splitting, cache, lazy-loading and Terser)

Download and Install

Let's go!

$ git clone https://github.com/xxhomey19/bootstrap-webpack-jquery-boilerplate.git
$ cd bootstrap-webpack-jquery-boilerplate
$ yarn // or npm install

Development

Run development page on localhost:8080

$ npm run dev

Build

Build for production.

$ npm run build

Deploy

Deploy to gh-pages branch on GitHub.

DEMO

$ npm run deploy

License

MIT Β© xxhomey19

Packages

No packages published

Languages

  • HTML 71.7%
  • JavaScript 18.8%
  • CSS 9.5%