/Sketch

Drawing web application.

Primary LanguageTypeScript

Sketch

Drawing web application with angular, nodeJS and mongoDB.

Client

Follow this steps to run the client

  • npm ci : To install dendencies.
  • npm start : To compile the client.

95% of tests are done in the client.

  • npm run coverage : To compile tests and see the coverage.

Server

Follow this steps to run the server

  • npm ci : To install dendencies.
  • npm start : To compile the server.

All tests are done in the server.

  • npm run coverage : To compile tests and see the coverage.