Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertdavidwest/next-startd
https://github.com/robertdavidwest/next-startd
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertdavidwest/next-startd
- Owner: robertdavidwest
- License: mit
- Created: 2023-11-27T23:11:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-27T23:11:35.000Z (12 months ago)
- Last Synced: 2024-04-19T16:13:54.858Z (7 months ago)
- Language: TypeScript
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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.