Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Building and deployment

Ravi theja edited this page May 23, 2023 · 14 revisions

Table of Contents

Building the app

100ms-web app is just like any react application. To build the app, just run

yarn build

if everything goes well, you should see something like this in the terminal.

webpack 5.70.0 compiled successfully in 22546 ms
✨  Done in 30.72s.

all the files that got built in the above step are in the build/ directory. This is all we need to deploy. The files are just plain HTML/CSS/JS and could be deployed in many different ways. We discuss some popular ones below.

Deploying the code

There are many ways to deploy 100ms-web. We discuss a few methods below. Please feel free to reach out to us if you don't find your preferred platform here.