All Projects → abyss-soft → webpack

abyss-soft / webpack

Licence: other
Готовая сборка webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to webpack

Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (+590.48%)
Mutual labels:  eslint, jest
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+66914.29%)
Mutual labels:  eslint, jest
Lighthouse Badges
🚦Generate badges (shields.io) based on Lighthouse performance.
Stars: ✭ 150 (+614.29%)
Mutual labels:  eslint, jest
ts-nextjs-tailwind-starter
🔋 Next.js + Tailwind CSS + TypeScript starter packed with useful development features
Stars: ✭ 880 (+4090.48%)
Mutual labels:  eslint, jest
zero
📦 A zero config scripts library
Stars: ✭ 17 (-19.05%)
Mutual labels:  eslint, jest
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+538.1%)
Mutual labels:  eslint, jest
100 Days Of Code Frontend
Curriculum for learning front-end development during #100DaysOfCode.
Stars: ✭ 2,419 (+11419.05%)
Mutual labels:  eslint, jest
Simple React Calendar
A simple react based calendar component to be used for selecting dates and date ranges
Stars: ✭ 97 (+361.9%)
Mutual labels:  eslint, jest
reactjs-vite-tailwindcss-boilerplate
ReactJS + Vite boilerplate to be used with Tailwindcss.
Stars: ✭ 103 (+390.48%)
Mutual labels:  eslint, jest
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+346252.38%)
Mutual labels:  eslint, jest
Modern Monorepo Boilerplate
Modern Monorepo Boilerplate with Lerna, TypeScript, React/CRA, HMR, Jest, ESLint/TypeScript.
Stars: ✭ 127 (+504.76%)
Mutual labels:  eslint, jest
typescript-nuxtjs-boilerplate
🍱 Nuxt.js with TypeScript and Run with docker and docker-compose 🐶🦄🔥 visit: https://typescript-nuxtjs-boilerplate.netlify.com/example
Stars: ✭ 51 (+142.86%)
Mutual labels:  eslint, jest
Reeakt
A modern React boilerplate to awesome web applications
Stars: ✭ 116 (+452.38%)
Mutual labels:  eslint, jest
Iceberg
Front-End Boilerplate built with React + Babel + Webpack + SASS
Stars: ✭ 144 (+585.71%)
Mutual labels:  eslint, jest
Node Flowtype Boilerplate
This boilerplate repository is outdated and no longer maintained. Instead, I strongly recommend to use TypeScript.
Stars: ✭ 104 (+395.24%)
Mutual labels:  eslint, jest
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (+642.86%)
Mutual labels:  eslint, jest
Gatsby Themes
Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options.
Stars: ✭ 1,208 (+5652.38%)
Mutual labels:  eslint, jest
Mostly
They mostly come at night; mostly.
Stars: ✭ 78 (+271.43%)
Mutual labels:  eslint, jest
Typescript Express Starter
🚀 TypeScript Express Starter
Stars: ✭ 238 (+1033.33%)
Mutual labels:  eslint, jest
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+266.67%)
Mutual labels:  eslint, jest

Готовая сборка webpack

В ней есть оптимизация и минимизация:

  1. JavaScript (babel)
  2. SCSS
  3. HTML
  4. Сжатие картинок
  5. Проверка кода ESLint
  6. Webpack-dev-server
  7. Поддержка jest с покрытием кода

если нужна улучшенаая сборка, то она тут https://github.com/abyss-soft/webpack-template-base

если нужна сборка с шаблонизатором Pug, то она тут https://github.com/abyss-soft/webpack-template-base_Pug

если нужна простая сборка с gulp 4.0, то она тут https://github.com/abyss-soft/gulp4-html

если нужна простая сборка с gulp 3.9, то она тут https://github.com/abyss-soft/gulp-html


Установка

Клонируем к себе репозиторий

Сделайте git clone

Смените директорию cd webpack

Запустите: npm install

Для разработки:

1. ставим в файле .env переменную APP_ENV=dev

2. даем команду npm run dev

http://localhost:8080/

Получаем комфортную среду для отладки, есть карты кода (source maps)

Для продакшена:

даем команду npm run prod

или

1. ставим в файле .env переменную APP_ENV=prod

2. даем команду npm run build

Получаем минимизированный / сжатый код

Для проведения теста:

npm run test

в папке проекта появится /coverage/index.html – это полная сводка покрытия вашего кода (HTML)

Для проверки правильности кода:

npm run lint

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].