/webpack-starter

Starter webpack project for modern Javascript development

Primary LanguageJavaScript

webpack-starter

Starter webpack project for modern Javascript development

Pure npm implementation: the entire environment is implemented using only npm scripts. Refer to package.json for more detail and comprehensive list of features.

Getting Started

npm install

Available Commands

The full developer environment that watches for code changes

npm run dev

Compile source code

npm run build

Run code checks with ESLint and Prettier

npm run validate

Serve static build files

npm run serve