Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

changeset cypress github-actions husky mock-service-worker nodejs react storybook super-linter template typescript vite vitest

Last synced: about 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.