Giter Club home page Giter Club logo

Loan Application

This webcomponent follows the open-wc recommendation.

Steps to start handson

  1. Login/Signup Own Github account
  2. Fork this repository to your own Github
  3. Clone the code
git clone <gitrepo-url>
  1. Update Node version to 14.16.1 or above LTS version

Generate Personal Access Token

Go to my account > Settings > Developer settings > Personal access tokens > Generate new token Choose all scopes and click generate token

Install all dependencies

npm i

Testing with Web Test Runner

To run the suite of Web Test Runner tests, run

npm run test

To run the tests in watch mode (for <abbr title="test driven development">TDD</abbr>, for example), run

npm run test:watch

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

Local Demo with web-dev-server

npm start

To resolve CORS issues while calling API from localhost, install CORS Unblock extension in chrome and enable all 3 options.

Commit & Push test files

git add filename

git config --global user.email `email address`

git config --global user.name `username`

git commit -m <msg>

git remote set-url origin https://<token>@github.com/<username>/<reponame>

git push

Ambupada Muduli's Projects

open-wc icon open-wc

Open Web Components: guides, tools and libraries for developing web components.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.