Frontend Setup E-locker

Prerequisite:



To set up E-locker on your local machine these steps should followed :

  • Use these commands to clone the repositories.

git clone https://github.com/Sunbird-RC/sunbird-rc-elocker-uiarrow-up-right

git clone https://github.com/Sunbird-RC/demo-elockerarrow-up-right

cd demo-elockerarrow-up-right/ui-config

cd sunbird-rc-elocker-ui/src/assets/config/

ln -s <path_of_ui_config_from_demo_elocker>

For example:

> ln -s /home/user/demo-elockerarrow-up-right/ui-config

--------------

cd sunbird-rc-elocker-ui/src/

Nvm use v16.13.1

yarn

npm start \

  • Once the application has started successfully, you will see a message indicating that the application is running. It will also provide the URL where the application is hosted locally, typically `http://localhost:4200arrow-up-right`.\

  • Copy the URL (`http://localhost:4200`) and paste it into your browser to access the Angular application.

\

Last updated