/learn-ng-gql

Primary LanguageTypeScript

0815 todo app

Running locally

  • to run the frontend: npm install && npm run start
  • to run the backend: cd server && npm install && npm run start