Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ekil1100/nextjs-template

Next.js template with built-in eslint, stylelint, prettier, typescript, emotion, css normalize.
https://github.com/ekil1100/nextjs-template

css emotion eslint nextjs nextjs-boilerplate nextjs-starter nextjs-template react template typescript

Last synced: about 1 month ago
JSON representation

Next.js template with built-in eslint, stylelint, prettier, typescript, emotion, css normalize.

Awesome Lists containing this project

README

        

# nextjs-template

typescript + emotion + eslint + stylelint + prettier + husky

## Usage

```bash
pnpx create-next-app --example https://github.com/ekilzen/nextjs-template next-app
cd next-app
pnpm i
```