Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shun-shobon/nextjs-template
Next.js template with vanilla-extract, Storybook, and other tools
https://github.com/shun-shobon/nextjs-template
nextjs nextjs-template storybook template vanilla-extract
Last synced: 3 months ago
JSON representation
Next.js template with vanilla-extract, Storybook, and other tools
- Host: GitHub
- URL: https://github.com/shun-shobon/nextjs-template
- Owner: shun-shobon
- License: mit
- Created: 2021-10-28T13:28:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:19:51.000Z (3 months ago)
- Last Synced: 2024-10-29T22:46:50.731Z (3 months ago)
- Topics: nextjs, nextjs-template, storybook, template, vanilla-extract
- Language: TypeScript
- Homepage:
- Size: 4.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Template
Next.js template with Tailwind CSS, Storybook, and other tools
## About
Next.jsのプロジェクトテンプレートです。
Next.jsの開発に必要な周辺ツールやその設定を含んでいるため、このテンプレートを使用することで直ぐに開発を始めることができます。## Features
- React + Next.js
- TypeScript
- Tailwind CSS
- ESLint
- `@shun-shobon/eslint-config` による包括的な設定が含まれています。
- Prettier
- `@shun-shobon/prettier-config` による包括的な設定が含まれています。
- Storybook
- GitHub Actions## Commands
### インストール
```shell
pnpm install
```### 開発サーバーの起動
```shell
pnpm dev
```### ビルド
```shell
pnpm build
```### 本番サーバーの起動
```shell
pnpm start
```### Storybookの起動
```shell
pnpm storybook
```### リンタの実行
```shell
pnpm lint
````lint:fix`で自動修正を行うこともできます。
### フォーマッタの実行
```shell
pnpm format
````format:check`でフォーマットのチェックのみを行うこともできます。
## License
MITライセンスです。詳しくは[LICENSE](./LICENSE)をご覧ください。