https://github.com/stfbauer/spfx-workspace
https://github.com/stfbauer/spfx-workspace
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stfbauer/spfx-workspace
- Owner: StfBauer
- Created: 2023-04-23T08:02:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T11:29:39.000Z (about 3 years ago)
- Last Synced: 2025-03-14T19:17:39.031Z (about 1 year ago)
- Language: JavaScript
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### npm / yarn workspace test
This demo shows that SPFx do not work properly with npm and yarn workspaces. Both monorepo mechanism provide the minimal requirement for a monorepo.
## Install
```bash
npm install
```
NPM install create node modules directly from the root folder. There will be no node_modules folder created under the SPFx project.
## Run SPFx project
```bash
# from webpart247 folder run gulp serve
webpart247$ gulp serve
```