An open API service indexing awesome lists of open source software.

https://github.com/sbagdat/webpack-starter


https://github.com/sbagdat/webpack-starter

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# 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:
```bash
# Use it for the development
$ yarn start

# Use it for the production
$ yarn build
```