You could find compiled project for production at "/dist" folder.
To compile project from sources you need:
- Clone project to your PC
- Open command line interface
- Go into project dirrectory
- Type
npm i
to install node_modules - After installing type
gulp
to run project for development orgulp build --production --stop
just to build project for production
You can also visit this Live demo to see the project alive in browser.
Thank you for your time!