From 7bfa307f1411419ae67cb76080a56113bfd91f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Alonso=20Moral?= Date: Tue, 18 Dec 2018 19:39:42 +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 81d604fd..b9f4829b 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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. +3. Run `npm run build` to generate a web service ready to production. (in windos you may need to run first `npm install react-scripts -g`) 4. Run `serve -s -l PORT build` to run the web service in the specified PORT. #### NOTES: -- GitLab