Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 799 Bytes

File metadata and controls

31 lines (21 loc) · 799 Bytes

Swap

Prosjekt i faget TDT4140 - Programvareutvikling, NTNU (Våren 2022)

Et React-prosjekt for kjøp og salg av billetter, med integrasjon mot Google Firebase til autentisering og fillagring.

Check the latest build: https://swap-93d9f.web.app/
Check the latest coverage report: https://

Start a local server:

  • run cd swap
  • run yarn
  • run yarn start (or npm start)

Testing:

  • Run all tests: ./test.sh

  • Prettier: npx prettier --check .

  • Prettier: npx prettier --write .

  • Eslint: npx eslint --fix .

  • Cypress: yarn run cypress open

  • Code-Coverage report: yarn run nyc report

  • Code-Coverage summary: yarn nyc report --reporter=text-summary

Add new package:

  • run yarn add <package>
  • run yarn (updates yarn.lock)
  • Push yarn.lock