A free Next.js TypeScript landing page template for SaaS products, online services and more
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.
Run the following commands inside the project folder:
yarn
yarn dev
To view the project open http://localhost:3000
? Contributing
- Fork this repository
- Create your branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
Consider contributing to the original TypeScript Starter, which you can find here.
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 file for more information.