This repository contains an Angular project. https://github.com/Nergy101/tovedem
Before you begin, ensure you have met the following requirements:
- Node.js and npm: Make sure you have Node.js and npm installed on your machine. You can download them from https://nodejs.org/.
To run and build the Angular project, you need to install Angular CLI. Open your terminal and run the following command:
npm install -g @angular/cli
Run script below to install dependencies
npm i
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
npm run start
When in a devcontainer, run npm run start:devcontainer
npm run start:devcontainer
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.