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

https://github.com/wonism/my-next-boilerplate

Next.js boilerplate
https://github.com/wonism/my-next-boilerplate

boilerplate next nextjs react reactjs

Last synced: 30 days ago
JSON representation

Next.js boilerplate

Awesome Lists containing this project

README

          

# Next.js Boilerplate

## How to use?
```sh
# clone from github
$ git clone https://github.com/wonism/my-next-boilerplate <>
$ cd <>
$ rm -rf .git

# download tarball
$ curl -#L https://github.com/wonism/my-next-boilerplate/tarball/main | tar -xzv --strip-components 1
```

## Features
- state management with `recoil`
- css in js with `emotion`
- `typescript`
- `husky`, `lint-staged`, `eslint`, `prettier`