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

https://github.com/dc7290/calculator


https://github.com/dc7290/calculator

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# nextjs-starter

## セットアップ

### 開発モード

```bash
yarn dev
```

### ビルド

```bash
yarn build
```

## 開発用コマンド

いくつかの便利な開発用コマンドが用意されています。

### Functional Component 作成

```bash
yarn create:fc
```

### NextPage Component 作成

```bash
yarn create:pc
```