Build landing page with Boostrap and jQuery is so easy.
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.
- Bootstrap and jQuery installed
- Hot Module Replacement (HMR)
- Support ES6 Syntax (Babel 7)
- ESLint + Prettier = Neat Coding Style
- Webpack production building (code splitting, cache)
Let's go!
$ git clone https://github.com/xxhomey19/bootstrap-webpack-jquery-boilerplate.git
$ cd bootstrap-webpack-jquery-boilerplate
$ yarn // or npm install
Run development page on localhost:8080
$ npm run dev
Build for production.
$ npm run build
Deploy to gh-pages
branch on GitHub.
$ npm run deploy
MIT © xxhomey19