Skip to content

Commit 0a45547

Browse files
authored
Merge pull request #66 from flatlogic/updated_readme
Updated readme
2 parents 5de91dd + 143f76d commit 0a45547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ your table should have same structure as you can see on the screenshot
6666
> [http://localhost:3000/](http://localhost:3000/) — Node.js server<br>
6767
> [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE<br>
6868
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+
6977
Now you can open your web app in a browser, on mobile devices and start
7078
hacking. Whenever you modify any of the source files inside the `/src` folder,
7179
the module bundler ([Webpack](http://webpack.github.io/)) will recompile the

0 commit comments

Comments
 (0)