Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malgamves/next-13-website-template
a next.js template with tailwind css
https://github.com/malgamves/next-13-website-template
next13 nextjs tailwind template template-repository
Last synced: 2 months ago
JSON representation
a next.js template with tailwind css
- Host: GitHub
- URL: https://github.com/malgamves/next-13-website-template
- Owner: malgamves
- Created: 2023-05-01T19:25:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T17:46:07.000Z (over 1 year ago)
- Last Synced: 2024-01-17T00:16:33.709Z (about 1 year ago)
- Topics: next13, nextjs, tailwind, template, template-repository
- Language: CSS
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next 13 Tailwind template
This is a stand alone Next 13 template with pre-made components that use [Tailwind CSS](tailwindcss.com/). I use this template in my updated [egghead course](). The template comes with the following components:
- Back
- Centered
- Content
- Description
- Hello
- LeftDescription
- LeftGrid
- List
- Main
- PageContainer
- Pagination
- PostsContainer
- PostsMain
- RightGrid
- TitleTo see the components in the wild, check out a [website](https://modern-cms-prod.vercel.app/) I built with it.
### Running the template
In your terminal, run the cammand below to start your development server.
```
yarn dev
```To use the components, open `app/page.js` or any other page file you want to use them in, [import them](https://create-react-app.dev/docs/importing-a-component/) and voila ✨
### Contributing
If you'd like to contribute to making this template better, please open a pull request or an issue! Contributions are welcome.