- Clone the repo
npm install
to resolve project dependencies.- If you haven't done it yet run
npm install -g gulp
from the command line to install Gulp globally.
Run npm start
from your terminal and enjoy!
The project is currently setup to transpile code under the /src folder using the /src/app.js file as an entry point.
Resulting code ends up in the public
directory.