Typescript

🏃‍♂️ Simple start

  1. npm run setup at the root
  2. npm run dev at the root
  3. open http://localhost:8800/

OR

  1. npm install at the root
  2. npx simple-git-hooks at the root
  3. npm run dev at the root
  4. open http://localhost:8800/

💡 PS

The project has a Git Hooks, Prettier and Eslint set up, to validate your JS code.

💡 PPS

Please, make sure there are no linter errors in your homework!

🤞 Good luck