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.
- Host: GitHub
- URL: https://github.com/theholocron/react-template
- Owner: theholocron
- License: gpl-3.0
- Created: 2024-10-16T04:30:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T03:30:53.000Z (3 months ago)
- Last Synced: 2025-03-15T15:51:12.818Z (3 months ago)
- Topics: chromatic, cypress, mock-service-worker, nodejs, react, storybook, template, typescript, vite
- Language: TypeScript
- Homepage: https://docs.theholocron.dev/react-template/
- Size: 1.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.