mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
.. | ||
public | ||
src | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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