Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacekj/gomloku
https://github.com/vacekj/gomloku
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vacekj/gomloku
- Owner: vacekj
- Created: 2020-11-11T14:41:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T15:49:40.000Z (about 4 years ago)
- Last Synced: 2024-04-14T02:03:25.605Z (9 months ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```