Skip to content

jetbase-io/react-starter-app

Repository files navigation

Description

How to run **react-starter-app **

Installation

Setup environment

$ cp .env.sample .env

Install Dependencies

$ npm ci

Stripe Integration Guide

  • Read the detailed Stripe integration description on nestjs-starter-app/readme
  • Copy the Public Key (e.g., pk_test_51...) for use in your application.

Configure Your Application

Set Up Environment Variables:

  • In your project root, locate or create a .env file.

  • Add the following lines to your .env file, replacing stripe_public_key with the Stripe Public Key you copied:

    VITE_STRIPE_PUBLIC_KEY="stripe_public_key" ## e.g. pk_test_51...
  • Specify nestjs-starter-app server URL (local or global):

VITE_API_URL="api_url"  # e.g. localhost:3000/api

Running the app

# development
$ npm run start

Test

# tests
$ npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages