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
- Host: GitHub
- URL: https://github.com/wonism/my-next-boilerplate
- Owner: wonism
- Created: 2020-09-27T14:10:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T13:07:48.000Z (over 5 years ago)
- Last Synced: 2025-01-12T16:11:24.868Z (over 1 year ago)
- Topics: boilerplate, next, nextjs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 645 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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`