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

https://github.com/xithrius/next-hackernews

Next.js + HackerNews
https://github.com/xithrius/next-hackernews

Last synced: about 1 year ago
JSON representation

Next.js + HackerNews

Awesome Lists containing this project

README

          

# Next.js + Tailwind CSS Template repository

Modified version of [Vercel/Next.js](https://github.com/vercel/next.js/)'s [with-tailwindcss](https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss) example.

If you want vscode settings and GitHub workflows, you should use [nextjs-project-template-for-github](https://github.com/Xithrius/nextjs-project-template-for-github).

## How to use

Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:

```bash
npx create-next-app --example "https://github.com/Xithrius/nextjs-project-template"
```

```bash
yarn create next-app --example "https://github.com/Xithrius/nextjs-project-template"
```

```bash
pnpm create next-app --example "https://github.com/Xithrius/nextjs-project-template"
```