This is a basic repository template for deploying a node.js application with the Silta frontend
chart.
The express application in index.js is just there as an example, feel free to replace it. The only requirements are:
- Your project's
package.json
should be in the repository root. - Your
package.json
includes abuild
command used to build the codebase after the installation of npm packages. - Your
package.json
includes astart
command used to start your application in the deployed environment.