https://github.com/hamlim/template-next-app
Template Next.js app repo
https://github.com/hamlim/template-next-app
component-library next nextjs nextjs-starter react
Last synced: over 1 year ago
JSON representation
Template Next.js app repo
- Host: GitHub
- URL: https://github.com/hamlim/template-next-app
- Owner: hamlim
- Created: 2020-05-12T21:39:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T01:19:44.000Z (over 1 year ago)
- Last Synced: 2025-03-09T05:32:47.327Z (over 1 year ago)
- Topics: component-library, next, nextjs, nextjs-starter, react
- Language: TypeScript
- Homepage:
- Size: 564 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Next.js App
This repo acts as a template repo for some of my Next.js applications.
## Getting Started:
```sh
yarn install
```
```sh
yarn dev
```