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

https://github.com/stoically/nextjs-starter


https://github.com/stoically/nextjs-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Next.js Starter

## Features

- [Next.js](https://nextjs.org/)
- GraphQL Client: [Apollo Client (React)](https://www.apollographql.com/docs/react/), [next-with-apollo](https://github.com/lfades/next-with-apollo)
- Utility-first CSS: [TailwindCSS](https://tailwindcss.com/)
- Type safety: [TypeScript](https://typescriptlang.org/)
- GraphQL Schema Types: [GraphQL Code Generator](https://graphql-code-generator.com/)
- Code analysis: [ESLint](https://eslint.org/)
- Code formatter: [Prettier](https://prettier.io/)

## Prerequisite

```shell
npm install
```

## Dev

```shell
npm run dev
```

## Build & Start

```shell
npm run build
npm start
```

## License

Public Domain