https://github.com/thorgate/razzle-plugins
Thorgate supplied razzle plugins
https://github.com/thorgate/razzle-plugins
Last synced: 8 months ago
JSON representation
Thorgate supplied razzle plugins
- Host: GitHub
- URL: https://github.com/thorgate/razzle-plugins
- Owner: thorgate
- License: other
- Created: 2021-03-08T09:20:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T10:53:14.000Z (over 5 years ago)
- Last Synced: 2025-03-24T07:26:12.389Z (about 1 year ago)
- Language: JavaScript
- Size: 232 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][gh-actions-image]][gh-actions-url]
# Thorgate's collection of [Razzle](https://razzlejs.org/) plugins
This is combination of utility packages used at [Thorgate](https://thorgate.eu).
## Packages included:
Some of the packages are used by [Thorgate project template (SPA variant)](https://gitlab.com/thorgate-public/django-project-template).
* [razzle-plugin-long-term-caching](packages/razzle-plugin-long-term-caching/README.md) - Configure long-term caching for bundled assets.
* [razzle-plugin-modify-eslint-loader-config](packages/razzle-plugin-modify-eslint-loader-config/README.md) - Modify eslint loader config
## Running the example app
To run the example web application, install the dependencies and build the packages first:
Install dependencies
```
yarn install
yarn bootstrap
```
Start the example app (based on Razzle, see [readme](examples/example-app/README.md))
```
yarn start-example
```
The example app runs on [http://localhost:4000](http://localhost:4000)
Please check the [contributing guidelines](CONTRIBUTING.md) if you proceed with your own changes before you start.
## License
MIT © [Thorgate](http://github.com/thorgate)
[gh-actions-url]: https://github.com/thorgate/razzle-plugins/actions/workflows/main.yml
[gh-actions-image]: https://github.com/thorgate/razzle-plugins/actions/workflows/main.yml/badge.svg?branch=master