Skip to content

nerkat/webpack-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-seed

A simple webpack seed for static HTML sites with SCSS.

Getting Started

  1. Clone the repository
git clone https://github.com/nerkat/webpack-seed.git
  1. Install dependencies
npm install
  1. Start the development server
npm run start
  1. Build for production
npm run build

File Structure

webpack-seed/
├── src/
│   ├── index.html
│   ├── script/
│   │   ├── index.js
│   │   └── comps/
│   ├── style/
│   │   ├── index.scss
│   │   ├── base/
│   │   └── comps/
│   └── assets/
│       ├── fonts/
│       └── images/
│           └── favicon/
└── webpack.config.js

Scripts

Runs the development server

npm start

Runs webpack in development mode with watch mode on

npm run watch

Runs webpack in production mode

npm run build

Dependencies

  • clean-webpack-plugin
  • css-loader
  • file-loader
  • mini-css-extract-plugin
  • sass
  • sass-loader
  • webpack-dev-server
  • Dev Dependencies
  • html-loader
  • html-webpack-plugin
  • image-webpack-loader
  • webpack
  • webpack-cli

License

This project is licensed under the ISC License.

Bugs

Report bugs at https://github.com/nerkat/webpack-seed/issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published