https://github.com/stoically/nextjs-starter
https://github.com/stoically/nextjs-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stoically/nextjs-starter
- Owner: stoically
- Created: 2020-04-11T15:18:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T09:14:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T16:52:25.106Z (over 1 year ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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