Skip to content

Unleash/unleash-demo-app

Repository files navigation

unleash-demo-app

This project is used as a demo app that is runtime-controlled (feature toggled) by Unleash.

Development

Get started with the following yarn commands:

# Install dependencies for frontend and backend
yarn
yarn install:backend

# Start frontend development server only
yarn dev

# Start backend development server only
yarn dev:backend

# Start both frontend and backend development servers
yarn dev:full

Alternatively, use a different package manager like npm or pnpm.

Production

To build and run the application for production:

# Build both frontend and backend
yarn build:full

# Start the production server
yarn start

The backend will serve the static frontend files from the dist directory and provide API endpoints at /api/*.

Uses

About

This project is used as a demo app that is runtime-controlled (feature toggled) by Unleash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •