Skip to content

Lakshaya-Sood/lendico-code-challenge

Repository files navigation

lendico-code-challenge

App Screenshot

Project setup

npm install

Compiles FE and BE to run on local

npm run rest-server

Compiles and minifies FE for production

npm run build

Unit Test Coverage Screenshot

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Vue Project Manger Screenshot

Start Vue project Manager

npm run vpm-start

Storybook Screenshot

Start storybook

npm run storybook

FE Codebase Documentaion Screenshot

See FE Documentation

Open file <root>/docs/code/index.html  in Web  Browser

Customize configuration

See Configuration Reference.