Skip to content

Latest commit

 

History

History

README.md

Eliza

This project was generated with Angular CLI version 14.0.2.

Getting Started

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Helpful Commands

npm run build

Runs ng build to build the project. The build artifacts will be stored in the dist/ directory.

npm run test

Runs ng test to execute the unit tests via Karma.

npm run generate

Use buf to generate the compiled protos via protobuf-es

Accessing the Angular CLI

You can access the Angular CLI either by running ng <command> or by running the npm script npm run ng <command>

For example:

ng generate component component-name

npm run ng generate component component-name

Generates a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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