Skip to content

Jahia/npm-solid-react-templateset-example

Repository files navigation

npm-solid-react-templateset-example

An example of a React NPM templateset build using a publicly available template called Solid

Original template

The original static HTML template can be found here: https://cruip.com/solid/

Run

  1. Enable Corepack if needed :

enable corepack

  1. Install the dependencies :

yarn

  1. Build and run the project :

yarn watch

How to upgrade yarn version to latest stable

This command will upgrade yarn to the latest stable release and update the yarn installer in .yarn/releases

yarn set version stable

License

As the original template was available using the GPL, so is this example.