Skip to content

jjunior96/blog-next-course

Repository files navigation

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