Ecosyste.ms: Awesome
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
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.
- Host: GitHub
- URL: https://github.com/theholocron/react-template
- Owner: theholocron
- License: gpl-3.0
- Created: 2024-10-16T04:30:49.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T08:06:56.000Z (about 2 months ago)
- Last Synced: 2024-10-25T13:35:54.573Z (about 2 months ago)
- Topics: changeset, cypress, github-actions, husky, mock-service-worker, nodejs, react, storybook, super-linter, template, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://docs.theholocron.dev/react-template/
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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.