Skip to content

Commit

Permalink
Merge pull request #7 from ref-humbold/angular13
Browse files Browse the repository at this point in the history
Angular13
  • Loading branch information
R. Kaleta committed Nov 28, 2021
2 parents 5dfcbe7 + d6f58be commit 8a1bca3
Show file tree
Hide file tree
Showing 10 changed files with 11,666 additions and 17,962 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/node_modules

# profiling files
chrome-profiler-events.json
speed-measure-plugin.json
chrome-profiler-events*.json

# IDEs and editors
/.idea
Expand All @@ -32,6 +31,7 @@ speed-measure-plugin.json
*.code-workspace

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,27 @@
![License](https://img.shields.io/github/license/ref-humbold/ZenSaper?style=plastic)

Saper game in Angular

-----

## Angular information

### Development server

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

### Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

### Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

### Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

### Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
Loading

0 comments on commit 8a1bca3

Please sign in to comment.