An open API service indexing awesome lists of open source software.

https://github.com/zriyansh/next-ts-tailwind-starter


https://github.com/zriyansh/next-ts-tailwind-starter

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


⚡next-ts-tailwind-starter⚡


Minimal Next.js + Tailwind CSS + TypeScript starter template.


Made by Piyush Pandey


### 1. Use this template in any of the two methods:

1. `Use this template` button. *(Recommended)*

![Use as template](https://user-images.githubusercontent.com/53862445/175824949-6169ea1d-0745-4b51-903c-bcdd4d1541c8.png)

- A new repo will be created

![New repo](https://user-images.githubusercontent.com/53862445/175825520-5e480fb7-52ee-44cd-b805-a6a74a854fb7.png)

- Clone the repo from your GitHub and you are good to go!!!

2. Using `create-next-app`

```bash
npx create-next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name
```

or

```bash
yarn create next-app -e https://github.com/zephyrus21/next-ts-tailwind-starter project-name
```

**Disclaimer:** You can use `npm` or `yarn` as per your preference.

### 2. Install dependencies

`cd` to the project folder then

```bash
yarn install
```

### 3. Run the development server

You can start the server using this command:

```bash
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`.