https://github.com/sbagdat/webpack-starter
https://github.com/sbagdat/webpack-starter
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbagdat/webpack-starter
- Owner: sbagdat
- Created: 2021-02-18T01:35:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T18:27:29.000Z (over 5 years ago)
- Last Synced: 2025-01-08T15:59:35.883Z (over 1 year ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```