Installation
React Starter is a starter project built upon Zengenti's Contensis React Base framework. It's intended purpose is to help kickstart development with Contensis & React.
Requirements
- Node.js version 18 or above
We recommend using nvm for managing multiple versions of Node.
Installation
To install a new React Starter project, use the following commands:
npx contensis-react-starter my-project
cd my-project
npm i
Alternatively, you can clone the project directly from GitLab repository.
caution
If you encounter installation issues when running npm i
, please try the following:
rm -rf /node_modules && npm i --legacy-peer-deps