Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkytoela/next-startd
⚡ Free Next.js landing page template for SaaS products, online services and more.
https://github.com/jkytoela/next-startd
next-seo nextjs starter tailwindcss template theme twind
Last synced: 27 days ago
JSON representation
⚡ Free Next.js landing page template for SaaS products, online services and more.
- Host: GitHub
- URL: https://github.com/jkytoela/next-startd
- Owner: jkytoela
- License: mit
- Created: 2021-02-24T21:59:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T17:27:45.000Z (about 2 years ago)
- Last Synced: 2024-08-03T13:05:10.421Z (4 months ago)
- Topics: next-seo, nextjs, starter, tailwindcss, template, theme, twind
- Language: TypeScript
- Homepage: https://next-startd.vercel.app
- Size: 577 KB
- Stars: 662
- Watchers: 10
- Forks: 113
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-NextJs - next-startd - [demo](https://next-startd.vercel.app/) (Nextjs Templates)
README
A free Next.js TypeScript landing page template for SaaS products, online services and more.
- ⚡ **Next.js** — The React Framework
- 🔥 **next-seo** — Manage SEO easily
- 💡 **Twind** — The smallest, fastest, most feature complete Tailwind-in-JS solution in existence
- 📏 **ESLint** — Pluggable JavaScript linter
- 💖 **Prettier** — Opinionated Code Formatter
- 🐶 **Husky** — Use git hooks with ease
- 📄 **Commitizen** — Conventional commit messages CLI
- 🚓 **Commitlint** — Lint commit messages
- 🖌 **Renovate** — Dependency update tool
- 🚫 **lint-staged** — Run linters against staged git files
- 🗂 **Absolute import** — Import folders and files using the `@` prefix## 🚀 Getting started
If you're logged in, easiest way to get started is to [click here](https://github.com/jkytoela/next-startd/generate).
Run the following commands inside the project folder:
1. `yarn`
2. `yarn dev`To view the project open `http://localhost:3000`
## 🤝 Contributing
1. Fork this repository
2. Create your branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`Consider contributing to the original TypeScript Starter, which you can find [here](https://github.com/jpedroschmitz).
**After your pull request is merged**, you can safely delete your branch.
## 📝 License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for more information.