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

https://github.com/kalwabed/nextwind

Next.js + Typescript + Tailwindcss starter template
https://github.com/kalwabed/nextwind

nextjs nextjs-starter nextjs-template nextjs-typescript starter tailwind-css-template tailwindcss typescript

Last synced: 12 months ago
JSON representation

Next.js + Typescript + Tailwindcss starter template

Awesome Lists containing this project

README

          

# Nextwind ![Website](https://img.shields.io/website?down_color=red&down_message=offline&style=flat-square&up_color=teal&up_message=online&url=https%3A%2F%2Fnextwind.vercel.app)

> Next.js + Typescript + Tailwindcss starter template.

This is an example setup of Next.js building on top of the [official TypeScript example](https://github.com/vercel/next.js/tree/canary/examples/with-typescript) and [official Tailwindcss example](https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss). It adds the following:
- [x] Basic Eslint (Nextjs built in), and Prettier setup
- [x] Tailwind and Typescript config
- [x] SEO ready

## Getting Started

### Installation
Quickstart, is just use the ``Use this template`` feature from the Github.

... or you can

First, clone the repository:
```bash
git clone https://github.com/kalwabed/nextwind.git my-next-app
```

or if you're cloning using SSH:
```bash
git clone git@github.com:kalwabed/nextwind.git my-next-app
```

Then go to the directory
```bash
cd my-next-app
```

Finally, run the development server to start developing.
```bash
yarn dev
```

### Deploy
You can deploy the starter template using [Vercel](https://vercel.com):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/kalwabed/nextwind)

## Contributing

Contributions are welcome. Please open a pull request if you think something is missing or you would like to add something.
1. Fork this Project
2. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
3. Push to the Branch (`git push origin your-name/your-feature`)
4. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.