Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akellbl4/next-starter
Next.js starter with TypeScript, Tailwind, Jest, Cypress, Eslint and scaffolding that you can run in Docker
https://github.com/akellbl4/next-starter
cypress jest nextjs nextjs-example react tailwindcss
Last synced: about 1 month ago
JSON representation
Next.js starter with TypeScript, Tailwind, Jest, Cypress, Eslint and scaffolding that you can run in Docker
- Host: GitHub
- URL: https://github.com/akellbl4/next-starter
- Owner: akellbl4
- License: mit
- Created: 2021-12-30T18:23:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T17:26:55.000Z (about 2 years ago)
- Last Synced: 2024-12-16T19:28:02.826Z (about 1 month ago)
- Topics: cypress, jest, nextjs, nextjs-example, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Starter
This starter has TypeScript, Tailwind, Jest and scaffolding
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github.com/akellbl4/next-starter)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=akellbl4):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/akellbl4/next-starter&project-name=next-starter&repository-name=next-starter)
## 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) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example https://github.com/akellbl4/next-starter next-app
# or
yarn create next-app --example https://github.com/akellbl4/next-starter next-app
```