File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,14 @@ your table should have same structure as you can see on the screenshot
66
66
> [ http://localhost:3000/ ] ( http://localhost:3000/ ) — Node.js server<br >
67
67
> [ http://localhost:3000/graphql ] ( http://localhost:3000/graphql ) — GraphQL server and IDE<br >
68
68
69
+ #### 5. Run ` yarn build `
70
+
71
+ Builds the app for production to the build folder.
72
+ It correctly bundles React in production mode and optimizes the build for the best performance.
73
+
74
+ The build is minified and the filenames include the hashes.
75
+ Your app is ready to be deployed!
76
+
69
77
Now you can open your web app in a browser, on mobile devices and start
70
78
hacking. Whenever you modify any of the source files inside the ` /src ` folder,
71
79
the module bundler ([ Webpack] ( http://webpack.github.io/ ) ) will recompile the
You can’t perform that action at this time.
0 commit comments