/contact-app

Primary LanguageCSSMIT LicenseMIT

Contact app

A simple contacts app using angular, bootstrap, node, and sass.

Quick start

# clone the repo
$ git clone https://github.com/GuyLivni/contact-app.git

# cd to the app directory
$ cd *contact-app path*

# install the dependencies with npm
$ npm install

# start the http server
$ npm http-server *contact-app path*