Skip to content

Sample Code to show how an LWC OSS app with an Express API Server can be deployed to Heroku.

License

Notifications You must be signed in to change notification settings

adityanaag3/lwc-oss-express-heroku

Repository files navigation

Deploy LWC OSS App with Express API Server to Heroku

This repo has the sample code that shows you how an LWC OSS App that uses an Express API Server can be deployed to Heroku.

Steps and Changes Explained

Watch this Quick Take to learn about the tweaks you need to make to your code to deploy your app to Heroku.

Changed Files

How to start?

Start simple by running yarn watch (or npm run watch, if you set up the project with npm). This will start the project with a local development server.

The source files are located in the src folder. All web components are within the src/client/modules folder. The folder hierarchy also represents the naming structure of the web components. The entry file for the custom Express configuration can be found in the src/server folder.

About

Sample Code to show how an LWC OSS app with an Express API Server can be deployed to Heroku.

Topics

Resources

License

Stars

Watchers

Forks