sujitrulz / kaminari

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js and TypeScript

PRs welcome! License Follow @hunchodotdev


A Next.js starter that includes all you need to build amazing projects πŸ”₯. Fork and customize from lucky-chap

  • πŸš€ Next.js 13
  • βš™οΈ Tailwind CSS 3 - A utility-first CSS framework
  • πŸ“ TypeScript - JavaScript superset
  • πŸ“ ESLint β€” Pluggable JavaScript linter
  • πŸ’– Prettier - Opinionated Code Formatter
  • 🐢 Husky β€” Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • 🚫 commitlint - Lint your commits and adhere to a commit convention
  • πŸƒ Jest - The delightful JavaScript Testing Framework
  • πŸ—‚ Absolute import - Import folders and files using the @ prefix

πŸš€ Getting started

The best way to start with this template is using create-next-app.

npx create-next-app my-app -e https://github.com/lucky-chap/kaminari

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

To view the project open http://localhost:3000.

✨ Star

I want this project to go far. Please show your support by starring it. Thank you!

🀝 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.

After your pull request is merged, you can safely delete your branch.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for more information.


Made with β™₯ by Quavo

πŸ”— Important Things To Note

  • Blog page is renedered client side. This is because the MDX files are local, and using server-side rendering for local files wouldn't make much sense.

πŸ”— Important Links

About

License:MIT License


Languages

Language:TypeScript 90.3%Language:JavaScript 8.2%Language:CSS 1.2%Language:Shell 0.3%