A Mahjong Solitaire Game
Play it here
build with html5, svg, angular
The default game name is "Mah Jong", to change it
- copy file
custom-build-config.json.dist
tocustom-build-config.json
- edit the name in
custom-build-config.json
to your desired app name
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.
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.
Run npm run test
to execute the unit tests via Jest.