Silvino-Miranda / dev-junior-alves-youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

With Next.js 13 & React 18!

  • πŸ“ ESLint β€” Pluggable JavaScript linter
  • πŸ’– Prettier - Opinionated Code Formatter
  • 🐢 Husky β€” Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • πŸ™ React Testing Library (RTL) - Builds by adding APIs for working with React components
  • πŸƒ Jest - A delightful JavaScript Testing Framework with a focus on simplicity
  • πŸ’… Tailwind CSS - Use the best bits of ES6 and CSS to style your apps without stress

πŸš€ Getting started

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.

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

Made with β™₯ by Junior Alves

About


Languages

Language:TypeScript 47.5%Language:JavaScript 37.2%Language:CSS 14.9%Language:Shell 0.4%