Remix Djent Stack

screenshot of Remix Djent Stack

Remix stack with basic postcss-preset-env, code formatting, linting etc

Overview:

The Remix Djent Stack is a lightweight Remix template stack that enhances the default netlify + TS template. It adds various features such as PostCSS-preset-env with nesting support, watch script for auto-compiling CSS, code formatting with prettier, basic CSS resets, experimental file nesting in vscode, and normalized LF endings for git and vscode. This stack aims to provide an improved development experience for Remix applications.

Features:

  • PostCSS-preset-env with nesting support: Allows for the use of future CSS syntax and supports nesting.
  • Watch script for auto-compiling CSS on file changes: Automatically compiles CSS files whenever there are changes.
  • Code formatting with prettier: Enforces consistent code formatting using prettier.
  • Basic CSS resets: Provides a set of basic CSS resets for consistent styling.
  • Experimental file nesting in vscode: Allows for organizing files in nested folders in Visual Studio Code.
  • All configs tucked away in package.json: Centralizes all configuration settings in the package.json file.
  • Normalized LF endings for git and vscode: Ensures consistent line endings for git and Visual Studio Code.

Summary:

The Remix Djent Stack is a lightweight Remix template stack that enhances the default netlify + TS template. It adds several key features such as PostCSS-preset-env with nesting support, auto-compiling CSS on file changes, code formatting with prettier, and basic CSS resets. This stack provides an improved development experience for Remix applications by simplifying CSS imports, organizing files in nested folders, and enforcing consistent code formatting.