https://sirraminyavari.github.io/RaaiVanUI-Storybook
https://sirraminyavari.github.io/RaaiVanUI-jsDoc
Add scripts
, css
and fonts
folders from backend source folder to public/load
( Ignored by git for file size reduction).
In the project directory, you can run:
This command will install dependencies.
If you have problems with dependency resolution, you can use the command below:
npm install --legacy-peer-deps
And if you want to build the project, run the below command before running 'npm run-script build'
npm dedupe --legacy-peer-deps
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
The application proxies to a SaaS environment by default. If you want to proxy to an Enterprise environment, do the steps below:
- Add a file named .env in the root of the project.
- Add this line to the file:
REACT_APP_ENV = 'ORG'
- If you want to proxy to a custom server, add this line:
REACT_APP_PROXY = 'http[s]://[some_address]'