jjunior96 / blog-next-course

Project developed during training: Crie um site PWA com Next.js 13, React Server Components e Testes (+SOLID) πŸ”₯

Home Page:https://blog-next-course.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project developed during training: Crie um site PWA com Next.js 13, React Server Components e Testes (+SOLID) πŸ”₯

πŸ‘‰ Access link: here


Topics covered

We're going to talk a lot about:

βœ… Create a template from scratch (Eslint, Prettierc, Jest, RTL and more)

βœ… React fundamental concepts;

βœ… Next.js 13 routing with the new App Router;

βœ… Layout, error and other special files;

βœ… React Server Components;

βœ… Typescript;

βœ… Tests.

And so much more!

With Next.js 13 (APP Router) & 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.
  • πŸ§‘β€πŸ”¬ Cypress - Fast, easy and reliable testing for anything that runs in a browser.
  • πŸ’… TailwindCSS - Rapidly build modern websites without ever leaving your HTML.

Other libs

  • ContentLayer
  • Rehype
  • Remark

πŸš€ Getting started

The best way to start with this template is to clone this repository and run the following commands inside the project folder:

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

Project developed during training: Crie um site PWA com Next.js 13, React Server Components e Testes (+SOLID) πŸ”₯

https://blog-next-course.vercel.app


Languages

Language:MDX 52.0%Language:TypeScript 43.9%Language:JavaScript 2.6%Language:CSS 1.1%Language:HTML 0.4%Language:Shell 0.1%