Skip to content

sipstack/www

Repository files navigation

SIPSTACK - www

▶️ Getting started

Prerequisites

  1. A recent web browser (Chrome, Edge, Firefox, ...)
  2. Nodejs LTS (> 14.x with npm >7) installed

Install nodejs

Version: v14.21.1 First, check if you already have node and npm installed. To check if you have Node.js installed, run this command in your terminal:

nvm install

To confirm that you have npm installed you can run this command in your terminal:

npm -v

First time install

Install all npm dependencies

npm install

Development Server (Open Terminal and Navigate to root folder)

Run gulp command in terminal, Navigate to http://localhost:3000/. Files will automatically reload if you change any of the source files located to src/

npm run dev