Skip to content
/ nextjs-starter Public template

A TypeScript starter for Next.js that includes all you need to build amazing projects πŸ”₯

License

Notifications You must be signed in to change notification settings

chhpt/nextjs-starter

Repository files navigation

Next.js and TypeScript

PRs welcome! License Follow @chhpt


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

  • πŸš€ Next.js 13 & React 18
  • βš™οΈ Tailwind CSS 3 - A utility-first CSS framework
  • πŸ“ Styled Components - Styling React component
  • πŸ“ ESLint β€” Pluggable JavaScript linter
  • πŸ’– Prettier - Opinionated Code Formatter
  • 🐢 Husky β€” Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • πŸ—‚ Absolute import - Import folders and files using the @ prefix
  • 🀩 Vercel Serverless/Edge Functions - Serverless/Edge functions for Next.js

πŸš€ Getting started

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

npx create-next-app ts-next -e https://github.com/chhpt/nextjs-starter

or

pnpm create next-app ts-next -e https://github.com/chhpt/nextjs-starter

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

  1. pnpm install or npm install;
  2. pnpm 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.

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.


Made with β™₯ by Clare Chang

About

A TypeScript starter for Next.js that includes all you need to build amazing projects πŸ”₯

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published