Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```