RaeedAsif / feedback-app-react-vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feedback-app-react-vite

code: feedback-app-react-vite

Preface

This repository is the code repo of frontend application for Feedback app. This sample uses [React] as front end. This sample application provides only a dedidcated frontend on React, the underlying REST API's can be found in my repositories as a backend service for this.

Technologies/Stack

  1. React Vite

Install

Perform the following steps:

  1. Download and install Visual Studio Code(VS Code).
  2. Download and install npm.

Run frontend service

perform the following steps:

  1. npm install
  2. npm run dev *Please make sure to set your enviroment variables in .env file , template is in ".env.sample"

Run Backend Service

perform the following steps:

  1. browse to https://github.com/RaeedAsif/feedback-app-echo
  2. or https://github.com/RaeedAsif/feedback-app-express

About


Languages

Language:TypeScript 98.6%Language:HTML 1.2%Language:CSS 0.3%