Run local server
npm run dev -> Start local server
npm run build -> Dist
/ -> home
/posts -> All posts
/posts/:id -> Post by id
/posts?page=number -> All posts
/posts/:id -> Post by id
/usuarios/:id -> User by id (profile)
/comentarios/:id -> Comments by id