Skip to content

elvisss/joke-rating-app

Repository files navigation

Joke Rating APP

JRA: Vue.js app created from scratch through Vite that consume Joke API.

App Live Demo

Netlify Status

👉 https://joke-rating-app.netlify.app/


JRA

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint