Skip to content

Commit

Permalink
sport store
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
ahmnouira committed Nov 21, 2019
1 parent 0ddf4c2 commit 427ef64
Show file tree
Hide file tree
Showing 45 changed files with 235 additions and 10,738 deletions.
Empty file modified .editorconfig
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
14 changes: 5 additions & 9 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# SportsStore

* Create a simple realistic e-commerce application online store for sport products.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.1.
## Overview

![img](/img/index.png)

## 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.

## Code scaffolding

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`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
Expand All @@ -21,7 +21,3 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
6 changes: 4 additions & 2 deletions angular.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.css",
"node_modules/font-awesome/css/font-awesome.css"
],
"scripts": [],
"es5BrowserSupport": true
Expand Down Expand Up @@ -133,4 +135,4 @@
}
},
"defaultProject": "sportsStore"
}
}
Empty file modified e2e/protractor.conf.js
100644 → 100755
Empty file.
Empty file modified e2e/src/app.e2e-spec.ts
100644 → 100755
Empty file.
Empty file modified e2e/src/app.po.ts
100644 → 100755
Empty file.
Empty file modified e2e/tsconfig.e2e.json
100644 → 100755
Empty file.
Binary file added img/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 427ef64

Please sign in to comment.