From b8f9e41112b5259d91f79b78a3112dacdeb6aedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20L=C3=B3pez=20Trigo?= Date: Wed, 19 Dec 2018 16:11:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b08c93..9e8c8ee5 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ export const API_DOC = "http://localhost:8080/"; 1. Go to [ExpliClas Web Demo](/codigo/expliclas) and run `npm install` to get all dependencies. 2. Run `npm install -g serve` to install a NodeJS server for deployment. -3. Run `npm run build` to generate a web service ready to production. (in windows you may need to run first `npm install react-scripts -g`) +3. Run `npm run build` to generate a web service ready to production. (in windows you may need to run first `npm install react-scripts`) 4. Run `serve -s -l PORT build` to run the web service in the specified PORT. #### NOTES: -- GitLab