This starter is a light weighted (and slightly tweaked) alternative to the Halogen Real World repository by Thomas Honeyman.
It contains only a couple of pages, but also implements the capability pattern and provides all you need to get started 😁
- Halogen
- Parcel
- Serve to serve app
- Zephyr for dead code elimination in production
- Tailwind using Tailwind Generator
- GraphQL thanks to PureScript Graphql Client
- .env files support
Here are some of the incoming features:
- ...
The build
script uses Zephyr under the hood to minify the JS bundle. If you want to enable DCE you need to install the binary (optional).