Setup

Prerequisites

Please follow below steps to install and setup all prerequisites:

  • Node.js

    In order to use build tools you will need to download and install Node.js. If you do not have Node.js installed already, you can get it by downloading the package installer from the official website. Please download the stable version of Node.js (LTS).

  • Angular CLI

    Make sure to have the Angular CLI installed & running in your computer. If you already have installed gulp on your computer, you can skip this step. In order to install, just run command npm install -g @angular/cli from your terminal.

Installation

You can use any following package manager to run project locally or build for production:

1. Bun

If you don't have bun installed, use the npm i -g bun or sudo npm i -g bun to install

Command Description
bun i This would install all required dependencies in node_modules folder.
bun start Runs the project locally, starts the development server.
bun run build It bundles with production mode. Your app is now ready to be deployed.
2. Yarn

If you don't have yarn installed, use the next command npm i -g yarn or sudo npm i -g yarn

Command Description
yarn This would install all required dependencies in node_modules folder.
yarn start Runs the project locally, starts the development server.
yarn build It bundles with production mode. Your app is now ready to be deployed.
3. NPM
Command Description
npm i This would install all required dependencies in node_modules folder.
npm start Runs the project locally, starts the development server.
npm run build It bundles with production mode. Your app is now ready to be deployed.
© 2014 - Inspinia By WebAppLayers
10GB of 250GB Free.