8000 GitHub - benson7667/xendit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

benson7667/xendit

Repository files navigation

xendit assignment

Hosting URL

You can also access the application via https://naughty-torvalds-fd55f3.netlify.app/
However, since the apis is serve on http but the site is serve on https. Chrome will block the apis call due to mixed content issue.

In order to allow the application to work properly via the hosting url, you may follow the guide here https://stackoverflow.com/a/24434461 to temporary enable insecure content and refresh the site. You do not need to do this if you choose to run it on localhost

Getting Started

Prerequisites

Please ensure that you have node install in your local machine.

Run in development mode

Your application should start in localhost:3000 by default

npm install
npm start

Run in production mode

The application should start in localhost:5000 by default

npm install 
npm run build
npm run serve:dist

Unit testing

Due to limited time, the coverage of unit testing only cover utils/error.test.js and utils/formValidation.test.js as sample.

npm run test

Tech Stack

  • React + React Router Dom
  • Redux + Redux Observable
  • Webpack

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0