Skip to content

fredrikfh/SWAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published