- Clone project
- Run
npm i
to install dependencies
You can start the webpack dev server by running the command npm run start:dev
. Once the server is running, open http://localhost:9000
The App uses React as UI framework.
The project utilizes UI Fabric library for UI controls.
The project has GIT hooks using Prettier to format the code on commit to a standardized format.