Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobyab/next-starter
Super simple Next.js starter with TypeScript and Tailwind!
https://github.com/tobyab/next-starter
Last synced: 5 days ago
JSON representation
Super simple Next.js starter with TypeScript and Tailwind!
- Host: GitHub
- URL: https://github.com/tobyab/next-starter
- Owner: tobyab
- Created: 2022-09-10T09:26:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T15:40:47.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:52:29.502Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 155 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-starter
Super simple Next.js starter with TypeScript and Tailwind.
## Getting started
1. Clone the repo
``` bash
yarn create next-app -e https://github.com/developedbytoby/next-starter your-app
```2. Spin up the development server
``` bash
yarn dev
```## Deploying
I recommend using Vercel to deploy; [deploy your own copy of this project](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdevelopedbytoby%next-starter).
## Helpful resources
- [Next.js docs](https://nextjs.org/docs/getting-started)
- [Tailwind docs](https://tailwindcss.com/docs/installation)
- [TypeScript docs](https://www.typescriptlang.org/docs/home.html)---
Happy hacking!