/note-app-backend

note app backend

Primary LanguageTypeScript

Note App Backend

work in progress....

Scripts

  • test: npm run test - Runs the test suite.
  • start: npm start - Runs the compiled application.
  • dev: npm run dev - Compiles TypeScript files and runs the application for development.
  • build: npm run build - Compiles TypeScript files.
  • clean: npm run clean - Cleans the dist directory.