Gulp - Plateful/plateful-mobile GitHub Wiki
If you have not run npm install
, do so now. It is needed to run gulp
. You may need to run sudo npm install
to grant admin privileges for package installation and sudo npm install -g gulp
to install the gulp command line utility.
While editing and testing this project, have gulp
running. You will also need to have neo4j running neo4j start
.(More info on setting up Neo4j)
Gulp will start an HTTP Server running at localhost:4400
and a node server running at localhost:9000
.
It watches for changes to specific files in assets/
, app/css/
, server_coffee/
, import_server/
and app/js/
and compiles them to be easily and quickly loaded by the client.
It also restarts the server running at localhost:4400
with the updated data.