Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwolfdev committed Mar 9, 2024
1 parent 0a525c8 commit 36342db
Show file tree
Hide file tree
Showing 46 changed files with 1,623 additions and 384 deletions.
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
# Sports
# Sports Leagues

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.2.
![Sports Leagues App](./src/assets/sports-leagues-app.png)

## Development server
View all leagues or leagues by sport. View league news and teams.

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

## Code scaffolding
1. Clone the repo
`git clone https://github.com/nightwolfdev/movies.git`
2. Navigate to the project folder
`cd movies`
3. Install dependencies
`npm install`
4. Run the app
`ng serve`
5. Visit the app in a browser
`http://localhost:4200`

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Links

## 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.
* [Demo](https://nightwolfdev.github.io/sports-leagues/)
* [Angular](https://angular.io)
* [Clarity Design System](https://clarity.design/)
* [RxJS](https://rxjs.dev)
* [TypeScript](https://www.typescriptlang.org)
20 changes: 6 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/sports",
"outputPath": "docs",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": [
Expand All @@ -49,27 +49,19 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/404.html"
],
"styles": [
"node_modules/@cds/core/global.min.css",
"node_modules/@cds/core/styles/theme.dark.min.css",
"node_modules/@clr/ui/clr-ui.min.css",
"src/styles.scss"
],
"scripts": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"outputHashing": "all"
},
"development": {
Expand Down
Loading

0 comments on commit 36342db

Please sign in to comment.