/phone-catalog-app

Simple product catalog app with Nodejs, Angular 5 and NgRx

Primary LanguageTypeScriptMIT LicenseMIT

Phone Catalog App

JavaScript Style Guide

This is a sample project that shows a phone catalog. This project has been developed using Angular and NgRx to manage the app state, and express in the server side.

How to run this project (in development mode)

a) Makefile:

$ make install run

All dependencies will start to install. Navigate to http://localhost:4200/. Both the client and server app will automatically load.

b) Manual mode:

Install dependencies:

$ npm install
$ cd client; npm install; cd ..
$ cd server; npm install; cd ..

Run both apps with Concurrently:

$ npm start

Code Styleguide

  • I use Standard JS so all developer's code is formatted the same way. Please check here how to enable it for your IDE