Skip to content
/ react-template Public template
generated from theholocron/node-template

A modern React template with pre-configured tools, best practices, and CI/CD setup for rapid project development.

License

Notifications You must be signed in to change notification settings

theholocron/react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.