This is a template for a working Angular app already set up with routing, basic components (Home, About, and Contact) and Bootstrap installed.
- Run
npm install
in the root directory to add the necessary npm packages to the project. - Once completed, run
ng serve
. - Navigate to
localhost:4200
in a browser.
- Run
ng build
to build the project. The build artifacts will be stored in the dist/ directory. - Use
ng build --prod
for a production build.