A monorepo consisting tiny full-stack app to fetch and modify joke from API.
- Nest.JS, TypeScript
- Nuxt.JS 2, Vuetify 2, TypeScript
- Node Version (>= 16)
Run following commands to preview and develop
Backend:
cd api/
npm install
npm run start:dev
Frontend:
cd client/
npm install
npm run dev