https://github.com/jazhann/filmsangularsample
Films website sample using angular 13 and redux.
https://github.com/jazhann/filmsangularsample
angular13 ngrx redux typescript
Last synced: 19 days ago
JSON representation
Films website sample using angular 13 and redux.
- Host: GitHub
- URL: https://github.com/jazhann/filmsangularsample
- Owner: Jazhann
- Created: 2021-11-05T19:05:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T18:11:25.000Z (about 4 years ago)
- Last Synced: 2025-06-14T11:07:03.962Z (11 months ago)
- Topics: angular13, ngrx, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 519 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FilmsAngularSample
This project was generated with Angular version 13.0.1. This is films website sample. You need to download the repository and run `npm install`
## Mock api
Run `npm run apimock` to start json-server.
## 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).