- Clone the repo
npm install -g gulpto install Gulp globally.npm installto resolve project dependencies.
Run npm start from the command line
The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.
The resulting code ends up in the public directory.