An open API service indexing awesome lists of open source software.

https://github.com/theholocron/react-template

A modern React template with pre-configured tools, best practices, and CI/CD setup for rapid project development.
https://github.com/theholocron/react-template

chromatic cypress mock-service-worker nodejs react storybook template typescript vite

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# React Template

A React template used within the Galaxy.

## Installation

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

## Usage

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

function App (props: ComponentProps) {
return (

);
}
```

## Documentation

Check out [The Holocron Archive](https://docs.theholocron.dev/projects/react-template/) for more information.