epic-stack
epic-stack copied to clipboard
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
This PR adds Sentry to the Epic Stack. I am largely just following the guide Sentry has for Remix: https://docs.sentry.io/platforms/javascript/guides/remix/ This will add Sentry's error, performance, and session replay monitoring...
SQLite doesn't support Enums, but sometimes you want a string field to only allow certain specific values. This is especially useful for simplifying typings throughout the application. Prisma client extensions...
The web server can handle the static files well without issue, but it would be nice to use Fly's static assets to free up traffic on our web server: https://fly.io/docs/reference/configuration/#the-statics-sections...
This pr is linked to [#39](https://github.com/epicweb-dev/epic-stack/issues/39) For this pr I've used helmet and partially re-used what was done in kentcdodds.com project. I've used also CSP Evaluator extension (Chrome's one) to...
## Summary This PR introduces a generic PR template to facilitate the description of the problem statement (Summary) and the inclusion of a test plan. The purpose is to provide...
# Summary This PR encompasses two main changes. First, an ADR (Architecture Decision Record) has been created for the ADR itself. Second, the build steps have been automated to generate...
Wanted to try out the stack, installed via the [getting-started.md](https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md) instructions. Ran the setup command, and then tried to boot up the server (without touching any files or code) and...
Fixed #72
I use React18 Suspense for my application. When I refreshed the whole page I got an error message below. Refused to execute inline script because it violates the following Content...