Project created during the course from zero to production: learn how to build a Node.js API with Typescript presented by Waldemar Neto
-
Backend run command:
npm i && npm run start:dev -
Frontend Add the URL of the API (for example:
http://localhost:3000) and add the Google Maps token inwebapp/src/config.jsfileAnd then run the command
npm i && npm run start

