szczypiorofix / simple-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Webpack

Status

example workflow

Purpose

Simple Webpack configuration for future projects.

Install, Run, Buid

  • npm install - Install all npm modules and dependencies
  • npm start - run webpack server
  • npm run build - make production build
  • npm run build-dev - make development (with maps) build
  • npx prettier --write . - make you code more Prettier

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

License

About

License:MIT License


Languages

Language:JavaScript 48.8%Language:TypeScript 23.3%Language:HTML 17.1%Language:SCSS 10.9%