Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 787 Bytes

Reparaciones Frontend

Before committing check and fix js errors running: grunt jshint

Installation Steps:

(Check Installation Requirements first)

  1. git clone https://github.com/palpa/reparacionesFE.git
  2. cd reparacionesFE
  3. bower install & npm install (Installs project dependencies)

Usage:

  • grunt serve (Runs the application in watch mode)
  • grunt test (Runs unit tests)
  • grunt build (Generates the application production version)

Installation Requirements: