Sam Collins fafd4caf21 Adding react-doccard-faq
Adding a sample web part for react using document cards from fluent UI and bringing in modals for a new way of doing a FAQ web part.
2021-04-05 20:00:39 -04:00

11 lines
286 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"port": 4321,
"https": true,
"initialPage": "https://localhost:5432/workbench",
"api": {
"port": 5432,
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"
}
}