Skip to content

KreskoLab/amazing-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo app

What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • nest: a Nest.js app as backend
  • vite: a Vite app as frontend
  • eslint-config-custom: eslint configurations for vite
  • eslint-config-nest: eslint configurations for nest
  • prettier-config-custom: prettier configurations used throughout the monorepo
  • tsconfig: tsconfig.jsons used throughout the monorepo

Develop

To develop all apps and packages, run the following command:

yarn dev:vite
yarn dev:nest