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
- Host: GitHub
- URL: https://github.com/xithrius/next-hackernews
- Owner: Xithrius
- Created: 2023-09-03T17:57:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:57:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T18:32:53.785Z (over 1 year ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```