theholocron / react-template

A modern React template with pre-configured tools, best practices, and CI/CD setup for rapid project development.
https://docs.theholocron.dev/react-template/
GNU General Public License v3.0
0 stars 0 forks source link
chromatic cypress mock-service-worker nodejs react storybook template typescript vite

React Template

A React template used within the Galaxy.

Installation

npm install --save-dev @theholocron/react-template

Usage

import { Component, type ComponentProps } from "@theholocron/react-template";

function App (props: ComponentProps) {
    return (
        <Component {...props} />
    );
}

Documentation

Check out The Holocron Archive for more information.