Commit 074dd633 authored by Dan Abramov's avatar Dan Abramov Committed by Christopher Chedeau
Browse files

Wordsmith

parent 4d11e6a6
No related merge requests found
Showing with 8 additions and 1 deletion
+8 -1
...@@ -25,5 +25,12 @@ webpack(config).run(function(err, stats) { ...@@ -25,5 +25,12 @@ webpack(config).run(function(err, stats) {
process.exit(1); process.exit(1);
} }
console.log('Build successfully generated in the build/ folder'); console.log('Successfully generated a bundle in the build folder!');
console.log();
console.log('You can now serve it with any static server:');
console.log(' cd build');
console.log(' python -m SimpleHTTPServer 9000');
console.log(' open http://localhost:9000');
console.log();
console.log('It is optimized and ready to be deployed for production.');
}); });
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment