To set up and run the client React application, follow the instructions provided below:
This is the client application for a document signing platform.
To get started with the client application, follow the steps below.
Before you begin, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
Follow the steps below to install and set up the client application:
- Clone the repository:
git clone https://github.com/ribhar/document_signing_client_app.git- Navigate to the project directory:
cd document_signing_client_app- Install the dependencies:
npm installBefore 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.
To run the client application, use the following command:
npm startThe application will start running on your local server at http://localhost:3000.
To deploy the client application, you can use various hosting platforms that support static website hosting, such as Netlify, Vercel, or AWS Amplify.
For any issues or questions related to the client application, please open an issue in the GitHub repository or contact the maintainers directly.
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.
This client application is licensed under the MIT License. See the LICENSE file for more details.