Skip to content

jsx-tool/jsx-tool-examples

Repository files navigation

JSX Tool Examples

Complete examples showing how to integrate JSX Tool with different frameworks and project structures.

Examples

Vite-Based Projects (Easiest Setup)

If you're using Vite, setup is simple - just add the JSX Tool Vite plugin:

Non-Vite Projects (Manual Setup)

If you're not using Vite (Next.js, Create React App, or any other framework), you'll need to manually start the JSX Tool dev server and inject scripts. These examples use Next.js but the patterns apply to any non-Vite project:

Quick Decision Guide

Using Vite? → Use the Vite plugin examples (automatic setup)

Not using Vite? → Follow the Next.js examples (manual setup applies to any framework)

Have a monorepo? → See vite-monorepo or next-monorepo for additionalDirectories configuration

Learn More

About

Examples of setting up the jsx-tool dev server in various repo configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages