Gene
  • Introduction
  • Folder Structure
  • Installation
  • Layouts
  • Translate App
  • Adding/Deleting Menu & Component
  • Adding Widgets in Component
  • Seed Project
  • Style Customization
  • RTL
  • Components
    • Chat
    • Calendar
    • Inbox
    • Editor
    • Material Icons
    • ng2 Chart
    • UI Component
    • Drag and Drop
    • Sortable js
    • Tables
      • Fullscreen
      • Selection
      • Pinning
      • Sorting
      • Paging
      • Editing
      • Filter
    • Forms
    • Maps
  • Deployment
  • Credits
  • Template Update
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
    • Hire Us
Powered by GitBook
On this page
  • Installation Prerequisites:
  • Node.js
  • Angular Cli
  • Install Npm Packages

Was this helpful?

Installation

There are set of libraries that you need to setup your project.

PreviousFolder StructureNextLayouts

Last updated 6 years ago

Was this helpful?

Installation Prerequisites:

Node.js

Download Node.js from and install on your system. NPM comes bundled with Node.js.

Angular Cli

Install angular-cli by executing following command on your terminal or command prompt

npm install -g @angular/cli

For more details visit:

Install Npm Packages

In terminal go to your project root directory and run the following command. It will download all the dependencies under node_modules folder.

npm install

After completing the installation of the npm packages, run the following command:

npm start
ng serve --port 4401   

You can check your app at default local server port, which is . You can also change your local server port with the following command:

http://localhost:4200/
official website
Download | Node.jsNode.js
Logo
GitHub - angular/angular-cli: CLI tool for AngularGitHub
Logo