Skip to content

theholocron/nextjs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NextJS Template

A NextJS template used within the Galaxy.

Installation

npm install --save-dev @theholocron/nextjs-template

Usage

import { Component, type ComponentProps } from "@theholocron/nextjs-template";

function App (props: ComponentProps) {
	return (
		<Component {...props} />
	);
}

Documentation

Check out The Holocron Archive for more information.