Skip to content

ericshively/Starterpax

Repository files navigation

This is a project to provide personal recommendations on a variety of hobbyist categories.

Tech stack is: Typescript, Next.js, React.js, TailwindCSS using Next13 app router React Server Components.

src/app for the main application code and /components for the JSX/TSX components the app router brings in.

Getting Started

Install dependencies and run the development server:

npm install

npm run dev

Open http://localhost:3000