An example of a React NPM templateset build using a publicly available template called Solid
The original static HTML template can be found here: https://cruip.com/solid/
- Enable Corepack if needed :
enable corepack
- Install the dependencies :
yarn
- Build and run the project :
yarn watch
This command will upgrade yarn to the latest stable release and update the yarn installer in .yarn/releases
yarn set version stable
As the original template was available using the GPL, so is this example.