Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopeke/store-angular
EC site with Angular
https://github.com/naopeke/store-angular
angular angular-material challange tailwind
Last synced: 10 days ago
JSON representation
EC site with Angular
- Host: GitHub
- URL: https://github.com/naopeke/store-angular
- Owner: naopeke
- Created: 2024-02-09T18:48:01.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-15T11:23:12.000Z (11 months ago)
- Last Synced: 2024-11-13T16:50:53.051Z (2 months ago)
- Topics: angular, angular-material, challange, tailwind
- Language: TypeScript
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StoreAngular
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.10.
```
ng add @angular/material
```
```
npm i [email protected] [email protected] [email protected]
```
stripe checkout
https://docs.stripe.com/payments/checkout
https://checkout.stripe.dev/
https://docs.stripe.com/checkout/quickstart
![Captura desde 2024-02-15 12-14-02](https://github.com/naopeke/store-angular/assets/143800388/2934c511-45e2-46fb-96ac-97fbe8f5a09a)![Captura desde 2024-02-15 12-18-29](https://github.com/naopeke/store-angular/assets/143800388/6cfbe6a3-7715-4f74-81db-47f815b6b3ff)
## Development server
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.
## 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.
## 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.