/RaaiVanUI

Primary LanguageJavaScript

Raaivan.React

Documentation (Storybook)

https://sirraminyavari.github.io/RaaiVanUI-Storybook

Documentation (jsDoc)

https://sirraminyavari.github.io/RaaiVanUI-jsDoc

Notice:

Add scripts, css and fonts folders from backend source folder to public/load ( Ignored by git for file size reduction).

Quick Start:

In the project directory, you can run:

npm install

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

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

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!

Proxy Settings

The application proxies to a SaaS environment by default. If you want to proxy to an Enterprise environment, do the steps below:

  1. Add a file named .env in the root of the project.
  2. Add this line to the file:
REACT_APP_ENV = 'ORG'
  1. If you want to proxy to a custom server, add this line:
REACT_APP_PROXY = 'http[s]://[some_address]'