This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 168
Building and deployment
Ravi theja edited this page May 23, 2023
·
14 revisions
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.
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.
Still having trouble? Reach out to us on Discord