• Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a simple webpack boilerplate for your comfortable work with HTML, JS and CSS.

🚀 Html webpack boilerplate

Demo Page

⚙️ Features

  • Webpack 5
  • Babel
  • PostCSS
  • ESlint
  • Stylelint
  • Prettier
  • devServer

🏁 Quick start

# Download repository:
git clone https://github.com/fedorovsky/simple-boilerplate simple-boilerplate

# Go to the app:
cd simple-boilerplate

# Install dependencies:
npm install

# Server with live reload at http://localhost:8000/
npm run start

🏁 npx

You can copy this command and paste into terminal. The project will be downloaded and launched. Enjoy.

npx create-simple-boilerplate new-site
cd new-site
npm install
npm start

🏁 Production build

# Output will be at dist/ folder
npm run build
npm yarn actions
npm install yarn install install
npm run start yarn start development
npm run build yarn build production
npm run fix yarn fix fix file with linters

👏 Show your support

Please ⭐️ this repository if this project helped you!