Skip to content

MarkusRink/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Schere, Stein, Papier

Commands in Typescript Project

Overview of defined and usefull commands:

  • npm run build build the app with webpack
  • npm run watch runs webpack in watch mode for development
  • npm test runs tests with jest
  • npx jest --coverage runs tests and generates a coverage report

Commands in Vue Project

⚡ After a fresh download you can run npm run quickstart as an all-in-one command to build the project and start a preview server.

Other commands:

  • npm run preview server bundled files
  • npm run dev run vite dev server
  • npm run build run bundler
  • npm test runs tests with vitest
  • npm run coverage generates vitest coverage report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published