/ac-product-board

Primary LanguageTypeScriptMIT LicenseMIT

What's inside?

Notes

Api used in this project is fake-api

clone the project-api -> -> ↑

run the command `npm install` and `npm run start-auth` to start the api

OBS

  • en: There is a bug in the API that does not recognize the newly registered user, so it is necessary after registering a user to restart the API before accessing it.
  • pt: Existe um bug na API que não reconhece o usuário recém cadastrado, então é necessário após cadastrar um usuário reiniciar a API antes de acessa-la.

Commands

Lint commands

npm run lint

Build commands

npm run build

Run the app in production mode at http://localhost:3000.

npm run serve

Test commands

  • Run unit tests and watch
    npm run test:unit #not USE
  • Run unit tests with coverage #not USE
    npm run test:unit:coverage #not USE
  • Run e2e tests
    npm run test:e2e:ci

Example of use

example.mp4