Code and instructions for the JSDT demo Neon
Support material for the Eclipse Loves JavaScript Presentation.
Make sure you installed Java 8, node, npm, bower and gulp.
java -version && node -v && npm -v && bower -v && gulp -v
Get the source from demo.1 in this repo.
-
open client,
-
select
package.json
and run npm Install and -
select
bower.json
and run it as Bower Install -
select
gulpfile.js
, expand the tree, selectconnect
, and run it as Gulp Task -
open the browser on http://localhost:2772/
-