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
- Host: GitHub
- URL: https://github.com/kalwabed/nextwind
- Owner: kalwabed
- License: unlicense
- Created: 2020-10-17T14:13:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:37:15.000Z (over 2 years ago)
- Last Synced: 2024-01-05T10:49:16.244Z (over 2 years ago)
- Topics: nextjs, nextjs-starter, nextjs-template, nextjs-typescript, starter, tailwind-css-template, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nextwind.vercel.app
- Size: 343 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextwind 
> 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):
[](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.