Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.27 KB

File metadata and controls

53 lines (35 loc) · 2.27 KB

JARBIS

JARBIS webpart in action

Summary

This repository contains the J.A.R.B.I.S. webpart solution that is created in the J.A.R.B.I.S.-Labs and is provided as a reference solution.

Don't worry, you're in the right place. This file is pretty much it on the main branch. The individual labs are divided into branches on this repository allowing you to jump to any point in the lab. Each lab (starting with lab 3) will have a link to a specific branch in this project where all previous labs will have been implemented.

You can also jump straight there using these links:

Used SharePoint Framework Version

version

Applies to

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Switch to whatever branch matches where you want to start in the labs
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve
  • weep at the beauty

References