From 02394079be7b39f169893eaa7674fd7d8287461c Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Wed, 10 Feb 2016 23:38:18 -0300 Subject: [PATCH] [Ivan Diaz] - #8 - Update readme [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e3d5131..32ab05bc 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ OpenSupports v4.0 8. Run `gulp dev` 9. Go to the main app: `http://localhost:3000/app` or the component demo `http://localhost:3000/demo` 10. Your browser will automatically be opened and directed to the browser-sync proxy address +12. Use `gulp dev --api` to disable fixtures and use the real php server api (it must be running). Now that `gulp dev` is running, the server is up as well and serving files from the `/build` directory. Any changes in the `/src` directory will be automatically processed by Gulp and the changes will be injected to any open browsers pointed at the proxy address.