Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vacekj/gomloku


https://github.com/vacekj/gomloku

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js Template

This is a combination of the Next.js Typescript template and the TailwindCSS template with some added features on top.

Features
- Typescript
- TailwindCSS
- configured to purge CSS in production by default
- Prettier with four-spaces-wide tabs as the default

## Deploy your own

Deploy the example using [Vercel](https://vercel.com):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/vacekj/nextjs-template)

## How to use it?

### Using `create-next-app`

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

```bash
yarn create next-app --example https://github.com/vacekj/nextjs-template my-next-app
```