From 143f76d27c38c7387cbb3ad460d42a1d2275af08 Mon Sep 17 00:00:00 2001 From: Anton Mogdalov Date: Sun, 15 Sep 2024 06:32:51 +0300 Subject: [PATCH] Updated readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 65cec68..834fc37 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ your table should have same structure as you can see on the screenshot > [http://localhost:3000/](http://localhost:3000/) — Node.js server
> [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE
+#### 5. Run `yarn build` + +Builds the app for production to the build folder. +It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes. +Your app is ready to be deployed! + Now you can open your web app in a browser, on mobile devices and start hacking. Whenever you modify any of the source files inside the `/src` folder, the module bundler ([Webpack](http://webpack.github.io/)) will recompile the