Skip to content

ribhar/document_signing_client_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To set up and run the client React application, follow the instructions provided below:

Document Signing Client App

This is the client application for a document signing platform.

Getting Started

To get started with the client application, follow the steps below.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

Follow the steps below to install and set up the client application:

  1. Clone the repository:
git clone https://github.com/ribhar/document_signing_client_app.git
  1. Navigate to the project directory:
cd document_signing_client_app
  1. Install the dependencies:
npm install

Configuration

Before running the application, ensure you configure the necessary environment variables. Create a .env file in the root directory and add the required variables. An example of the environment variables can be found in the .env.example file.

Usage

To run the client application, use the following command:

npm start

The application will start running on your local server at http://localhost:3000.

Deployment

To deploy the client application, you can use various hosting platforms that support static website hosting, such as Netlify, Vercel, or AWS Amplify.

Support

For any issues or questions related to the client application, please open an issue in the GitHub repository or contact the maintainers directly.

Contributing

Contributions are welcome! If you have any improvements or new features you would like to add to the client application, please feel free to open a pull request.

License

This client application is licensed under the MIT License. See the LICENSE file for more details.

About

This GitHub repository hosts the source code for the UI components of the Document Signing Application. It encompasses the dashboard, login/signup pages, and various other frontend components for document management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors