Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 423 Bytes

workforce-frontend

Developers

Required Tools

  • npm
  • Node

Installation

To install necessary packages, run the command npm install.

Building

To build this project, run the command npm run-script build. This will use webpack to bundle the typescript files into a single minified javascript file.

Running

To run this project, run the command npm start. The project will be served on localhost:8080.