Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 477 Bytes

🏃‍♂️ Simple start

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

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:8000/

💡 PS

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