Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 531 Bytes

File metadata and controls

30 lines (25 loc) · 531 Bytes

Standard - JavaScript Style Guide

Title

description

Setup

Node js

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

install all dependencies

npm install

Start mock api server

npm run start-static-mockapi

Api will listen to port 3083

Build

Build all sources

npm run build

To run the app

open /dist/index.html in a web server