Drift Angular
  • Overview
  • Package Content
  • Installation and Setup
    • Setup Environment
    • Setup Project
    • Setup Layout
    • Deployment
  • Structure
    • Folders and Files Structure
    • Layouts
    • Drift Icons
  • Stylesheets
    • Overview
    • Sass Variables
    • Layouts & Theme
    • Fonts
    • Colors
    • Back Ground Images
    • Margin & Paddings
    • Theme Customization
    • RTL Version
  • Settings
    • Template Setting
    • Customize Horizontal Menu
    • Customize Vertical Menu
    • Create a Page
    • Define Routes
    • Root Loader
    • RTL
    • Internationalization
  • Components
    • Alerts
    • Badges
    • Breadcrumbs
    • Buttons
    • Button Group
    • Cards
    • Card Group
    • Collapse
    • Dropdowns
    • Progress Bar
    • Tabs
Powered by GitBook
On this page
  • Node JS
  • Angular CLI
  • Gulp

Was this helpful?

  1. Installation and Setup

Setup Environment

Setup Environment to develop your app.

PreviousPackage ContentNextSetup Project

Last updated 5 years ago

Was this helpful?

In order to kickstart the development of your web app with Drift Angular, the very first thing you need to do is to setup an angular development environment.

Following tools are needed to setup an angular dev environment:

Node JS

Node JS works as a node package manager behind the scene. It is recommended to download and install the latest version of Node JS from its official site

Angular CLI

is a tool to initialize, develop, scaffold and maintain Angular applications.

You will need to install the latest version of Angular CLI on your machine. To install the Angular CLI, Open your favorite console application (Terminal, Command Prompt etc.), run the following command and wait for it to finish:

$ npm install -g @angular/cli

Gulp

You will need to compile the Sass. To install the Gulp latest version run the following command and wait for it to finish:

$ npm install -g gulp-cli

After having all these tools installed on your machine, your machine is now ready to start with the angular development with Drift Angular.

http://nodejs.org/
Angular CLI
Gulp