Skip to content

OMerkel/mah

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mah

A Mahjong Solitaire Game

Play it here

build with html5, svg, angular

Build Config

The default game name is "Mah Jong", to change it

  • copy file custom-build-config.json.dist to custom-build-config.json
  • edit the name in custom-build-config.json to your desired app name

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use npm run build:deploy for a production build.

Running tests

Run npm run test to execute the unit tests via Jest.

Packages

No packages published

Languages

  • TypeScript 71.5%
  • CSS 15.5%
  • HTML 10.7%
  • JavaScript 2.3%