We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aed52 commit 523de70Copy full SHA for 523de70
README.md
@@ -52,6 +52,6 @@ add-path adds the node_modules/.bin directory to your PATH so you can run comman
52
# Production
53
54
1. npm run build (this also runs lint)
55
-2. Copy the files in the 'build' directory to your web server under the directory public
56
-3. Copy the files in the 'www' directory to your web server
+2. Copy the file www/index.html to your web server
+3. Copy the files in the 'build' directory to your web server in a directory named 'public' that is located in the same directory as index.html
57
0 commit comments