Vidstack-Angular is a simple Angular demo for a video player called Vidstack. For more information about the Vidstack video player, please visit the official website.
Before running the project, ensure that you have the following software installed on your machine:
- Node.js (version 12 or higher)
- npm (Node Package Manager) - usually comes with Node.js installation
Follow these steps to set up the Angular project:
-
Clone the project repository from GitHub.
-
Navigate to the project directory.
-
Install project dependencies using npm.
npm install
To run the Angular project locally, execute the following command:
ng serve
This will start a development server and host the project at http://localhost:4200/
. You can then access the demo in your web browser.