Skip to content

Augdev7/dev-junior-alves-youtube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 74.5%
  • JavaScript 20.2%
  • CSS 5.3%