Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.01 KB

Photeala

This project was generated with:

Angular CLI version 18.2.9. Bootstrap CSS version 5.3.x.

🚀 Execution

  • Open with Text Editor

  • Install the dependencies listed in the package.json file

    npm i

  • Run the project

    ng serve

  • In the browser, go to the following path http://localhost:4200 or the port provided by the 'npm run dev' command

  • Find the 'app.component' file. From there, you can comment or uncomment the full version or the 'waiting' version of the project.

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.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.