Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 665 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 665 Bytes

About

Prerequisites

Setup

  1. Clone project
  2. Run npm i to install dependencies

Running development server

You can start the webpack dev server by running the command npm run start:dev. Once the server is running, open http://localhost:9000

Technologies used

The App uses React as UI framework.

UI Components

The project utilizes UI Fabric library for UI controls.

Code formatting and styling

The project has GIT hooks using Prettier to format the code on commit to a standardized format.