Angular Frontend Installation
Getting Started With Angular Multikart Frontend
- Please make sure you've installed NodeJs & Angular CLI. If you haven't installed, you can easily do by following this link: Link to Node.js & Angular CLI Installation Guide.
- Before you start, please make sure you've successfully configured and run the Multikart API, then you can proceed to set up the Angular Multikart frontend.
1. Open angular-multikart-frontend directory that you downloaded
from CodeCanyon.
2 Environment Setting:
- Open the environment.ts file in your code editor by going to src > environments > environment.ts and adjust the URL based on the reference image.
- baseURl: This represents the base URL for running our Multikart frontend project.
- URL: This represents the Multikart API server URL
- storageURL: Enter the laravel primary domain.
3. Install Node Module:
- In the angular-multikart-frontend folder, run following command in the terminal to install the required dependencies.
npm install
4. Run the Project:
- Once the necessary dependencies are successfully installed, initiate your project by executing below command in the Terminal.
ng serve
When you start your application, it usually uses the default port, so you can access it by opening http://localhost:4200/
Once you've finished installing the Angular Multikart Frontend, the next step is to set up the Angular Multikart Admin. You can easily do this by following the instructions provided in the following link: Link to Angular Multikart Admin Installation Guide.