Skip to content

enmanuelrdgz/quickpolls-client

Repository files navigation

quickpolls-client (2.0.0)

This is the web client for QuickPolls. It was built with Next.js 15 and it provides a user-friendly interface to interact with quickpolls-core.

Prerequisites

Before running the application, ensure you have the following installed:

Installation

  1. Clone this repository:
git clone https://github.com/enmanuelrdgz/quickpolls-client.git
cd quickpolls-client
  1. Add enviroment variables:
touch .env
echo "NEXT_PUBLIC_API_URL='http://localhost:8080" >> .env
  1. Install dependencies:
npm install
  1. Build and start the application:
npm run build
npm run start

Now the application should be running locally on port 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published