https://github.com/resir014/nextjs-typescript-quickstart
Get started on Next.js with TypeScript in seconds.
https://github.com/resir014/nextjs-typescript-quickstart
nextjs react starter-kit typescript
Last synced: 2 months ago
JSON representation
Get started on Next.js with TypeScript in seconds.
- Host: GitHub
- URL: https://github.com/resir014/nextjs-typescript-quickstart
- Owner: resir014
- License: unlicense
- Created: 2018-09-28T12:48:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T20:23:57.000Z (over 2 years ago)
- Last Synced: 2025-04-30T18:09:43.394Z (2 months ago)
- Topics: nextjs, react, starter-kit, typescript
- Language: TypeScript
- Homepage: https://nextjs-typescript-quickstart.now.sh
- Size: 681 KB
- Stars: 36
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-typescript-quickstart
> Get started on Next.js with TypeScript in seconds.
This is an example setup of Next.js building on top of the [official TypeScript example](https://github.com/zeit/next.js/tree/master/examples/with-typescript). It adds the following:
- Simple styling structure with [CSS Modules](https://github.com/css-modules/css-modules)
- Basic ESLint and Prettier setup
- TypeScript typechecking as part of `test` script (ready to plug into any CI)## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/import/project?template=https://github.com/resir014/nextjs-typescript-quickstart)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example https://github.com/resir014/nextjs-typescript-quickstart nextjs-typescript-quickstart-app
# or
yarn create next-app --example https://github.com/resir014/nextjs-typescript-quickstart nextjs-typescript-quickstart-app
```Deploy it to the cloud with [Vercel](https://vercel.com/import?filter=next.js) ([Documentation](https://nextjs.org/docs/deployment)).