https://github.com/theholocron/nextjs-template
A NextJS template.
https://github.com/theholocron/nextjs-template
chromatic cypress mock-service-worker nextjs nextjs-template nodejs react storybook template typescript
Last synced: about 1 month ago
JSON representation
A NextJS template.
- Host: GitHub
- URL: https://github.com/theholocron/nextjs-template
- Owner: theholocron
- License: gpl-3.0
- Created: 2024-11-05T02:48:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-14T20:41:26.000Z (about 2 months ago)
- Last Synced: 2025-04-14T21:43:04.008Z (about 2 months ago)
- Topics: chromatic, cypress, mock-service-worker, nextjs, nextjs-template, nodejs, react, storybook, template, typescript
- Language: TypeScript
- Homepage: http://docs.theholocron.dev/nextjs-template/
- Size: 1.7 MB
- Stars: 0
- 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
# NextJS Template
A NextJS template used within the Galaxy.
## Installation
```bash
npm install --save-dev @theholocron/nextjs-template
```## Usage
```typescript
import { Component, type ComponentProps } from "@theholocron/nextjs-template";function App (props: ComponentProps) {
return (
);
}
```## Documentation
Check out [The Holocron Archive](https://docs.theholocron.dev/nextjs-template/) for more information.