Skip to content

Repository files navigation

RFP System

A React + Vite application for managing Request for Proposals (RFP).

Environment Variables

This application uses environment variables for configuration. Create a .env file in the root directory with the following variable:

VITE_API_BASE_URL=http://127.0.0.1:8000

Note: In Vite, environment variables must be prefixed with VITE_ to be accessible in the client-side code.

You can copy .env.example to .env and modify the values as needed:

cp .env.example .env

For different environments (development, staging, production), create separate .env files:

  • .env.development - Development environment
  • .env.production - Production environment

Getting Started

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages