Ao chamar a função novaFrase abaixo estou recebendo a seguinte mensagem de erro: Failed to load http://localhost:3000/frases: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.
function novaFrase () {
$.get('http://localhost:3000/frases',fraseAleatoria);
}
Já iniciei o servidor npm.