- Webpack 5
 - Babel
 - PostCSS
 - ESlint
 - Stylelint
 - Prettier
 - devServer
 
# 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 startYou 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# 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 | 
Please ⭐️ this repository if this project helped you!