dagger-rs/crates/dagger-sdk/examples/tracing/app
2023-04-30 14:44:45 +02:00
..
public feat: with opentelemetry 2023-04-30 14:44:45 +02:00
src feat: with opentelemetry 2023-04-30 14:44:45 +02:00
.gitignore feat: with opentelemetry 2023-04-30 14:44:45 +02:00
package-lock.json feat: with opentelemetry 2023-04-30 14:44:45 +02:00
package.json feat: with opentelemetry 2023-04-30 14:44:45 +02:00
README.md feat: with opentelemetry 2023-04-30 14:44:45 +02:00
tsconfig.json feat: with opentelemetry 2023-04-30 14:44:45 +02:00

React Build

This is based on the Getting Started guide for Nodejs

A simple react app is created with create-react-app which is built and tested by build.js or build.ts.

Run:

npm install

and then:

node --loader ts-node/esm ./build.ts

or

node ./build.js