Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 415 Bytes

File metadata and controls

30 lines (23 loc) · 415 Bytes

BasicExampleApp

This project was generated by Nx

Running application

To install dependencies, run:

npm i

To run the application in local development mode, run:

npm start

To test the application, run:

nx run-many -t test lint

To build the application, run:

npx nx build

To create a new component, run:

nx generate component <your-component-name>