A Mahjong Solitaire Game build with html5, svg, angular
The default game name is "Mah Jong", to change it
- copy file
custom-build-config.json.disttocustom-build-config.json - edit the name in
custom-build-config.jsonto 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:prod for a production build.
Run npm run test to execute the unit tests via Jest.