Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrickniyogitare28/git-overview
A blog to serve as git overview slide
https://github.com/patrickniyogitare28/git-overview
git nextjs tailwindcss typescript
Last synced: about 1 month ago
JSON representation
A blog to serve as git overview slide
- Host: GitHub
- URL: https://github.com/patrickniyogitare28/git-overview
- Owner: PatrickNiyogitare28
- Created: 2021-12-17T20:56:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T15:34:12.000Z (about 3 years ago)
- Last Synced: 2024-10-15T03:53:13.760Z (3 months ago)
- Topics: git, nextjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://git-overview.vercel.app
- Size: 1.71 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git overview slider app
This is a [Next.js](https://nextjs.org/) 12.x, [TailwindCSS](https://tailwindcss.com/) 2.x, and [TypeScript](https://www.typescriptlang.org/docs/home.html) 4.x starter templateFor more details, see my blog post. [Nextjs TailwindCSS Typescript Starter](https://dev.to/vuongddang/nextjs-tailwindcss-typescript-starter-1c2m)
### Create new repository from github [template](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)
You can generate a new repository with the same directory structure and files by click `Use this template` button in the upper right or [click here](https://github.com/vuongddang/nextjs-tailwindcss-typescript-starter/generate).
## Getting Started
Install dependencies:
```bash
npm install
# or
yarn install
```
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.tsx`. The page auto-updates as you edit the file.
## Deploy on Vercel
Once you have the project running locally you can [import](https://vercel.com/import/git) your project to Vercel and get it up and running in a few clicks.
Other option is to click on the button below to create a new repository that look exactly like this one, and sets it up and running on Vercel.
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/PatrickNiyogitare28/git-overview/tree/master)
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.