Go-Mechanic is a web application which allows users to find and contact mechanics in their area to perform a repair service.
Go-Mechanic was created with Angular CLI version 14.2.4. To install Go-Mechanic first install the Node.js platform package. In your ide and in order, the following commands will install Go-Mechanic dependencies.
npm install -g @angular/cli
npm install bulma
npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
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.