---
title: "React Build"
description: "This is based on the [Getting Started guide for Nodejs](https://docs.dagger.io/sdk/nodejs/783645/get-started#step-5-test-against-multiple-nodejs-versions)"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-368
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:23.836Z
license: CC-BY-4.0
attribution: "React Build — Claudary (https://claudary.paisolsolutions.com/skills/readme-368)"
---

# React Build
This is based on the [Getting Started guide for Nodejs](https://docs.dagger.io/sdk/nodejs/783645/get-started#step-5-test-against-multiple-nodejs-versions)

## Overview

# React Build

This is based on the [Getting Started guide for Nodejs](https://docs.dagger.io/sdk/nodejs/783645/get-started#step-5-test-against-multiple-nodejs-versions)

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`

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-368) · https://claudary.paisolsolutions.com
