- Clone the repository:
git clone https://github.com/kortvarsel/countdown.git - Install dependencies:
npm install - Run the development server:
ng serve - Open your browser and navigate to
http://localhost:4200/
src/: Contains the source code of the Angular application.src/app/: Contains the main application code.src/assets/: Contains static assets like the font.src/index.html: The main HTML file of the application.angular.json: Configuration file for Angular CLI.
- Run
ng servefor a dev server. The application will automatically reload if you change any of the source files. - Run
ng buildto build the project for production.