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
There are two files for configuring webpack to satisfy your application's needs.
webpack.config.js- For the development environmentwebpack.config.production.js- For the production environment
There are two scripts to run:
# Use it for the development
$ yarn start
# Use it for the production
$ yarn build