Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)をご覧ください。