Skip to content

sbagdat/webpack-starter

Repository files navigation

Webpack Starter Template

It is a starter template for creating static websites. It includes

  • Tailwind CSS
  • Post CSS
  • Stimulus JS
  • Babel, mini-css, etc.

For the full list of what is included you can look at package.json

Configuration

There are two files for configuring webpack to satisfy your application's needs.

  • webpack.config.js - For the development environment
  • webpack.config.production.js - For the production environment

Scripts

There are two scripts to run:

# Use it for the development
$ yarn start

# Use it for the production
$ yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published