A tiny survey we built before closing our company.
Navigate to the project directory then:
- Use
gulp
to run the project with live reloading using BrowserSync. - Use
gulp del
to clear the build directory generated by gulp. - Use
gulp release
to build a release version.
- We used
ES6 JavaScript
usingbabel
and you can find all the JS files in the babel/ directory. - We used pug to generate our html
pug/
, and we linked them together with JSON datadata/
. - We used
stylus
together withkouto-swiss
to generate our css files.
For any further assistance, be free to hit me up!