Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 492 Bytes

device-checkout-app

Simple webapp for tracking usage of company-owned testing devices

Technology

  • angular
  • express

Getting Started

  • Setup node modules: npm install
  • Build project: npm run build
  • Run the express server on localhost: npm start
  • Run file watcher with the express server on localhost: npm run watch

Production Build Process

  • Build with minification: npm run build:prod

Important To Note

  • Build process will not run successfully on Windows