https://github.com/3runodesign/nextjs-typescript-quickstart
Get started on Next.js with TypeScript in seconds.
https://github.com/3runodesign/nextjs-typescript-quickstart
chakra-ui 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/3runodesign/nextjs-typescript-quickstart
- Owner: 3runoDesign
- Created: 2020-12-13T15:29:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T05:56:56.000Z (about 5 years ago)
- Last Synced: 2025-09-04T12:50:07.387Z (9 months ago)
- Topics: chakra-ui, nextjs, react, starter-kit, typescript
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `src/pages/index.js`. The page auto-updates as you edit the file.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/import/project?template=https://github.com/3runoDesign/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/3runoDesign/nextjs-typescript-quickstart nextjs-typescript-quickstart nextjs-typescript-quickstart-app
# or
yarn create next-app --example https://github.com/3runoDesign/nextjs-typescript-quickstart nextjs-typescript-quickstart nextjs-typescript-quickstart-app
```