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

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.

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.