Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

zetapush/angular-zetapush-starter

Repository files navigation

angular-zetapush-starter

Angular (2+) ZetaPush Starter project

Installation

Clone project

git clone https://github.com/zetapush/angular-zetapush-starter.git
cd angular-zetapush-starter

Setup your node version via nvm

nvm use

Install dependencies via yarn (recommended) or npm.

yarn install

Getting started

yarn run start