This template is meant as a simple starting point for your front-end projects.
It supports EJS, and SCSS (Sass).
Clone this git to your new project folder.
run npm install in your project folder to install all dependencies.
run npm run dev in your project folder to start the task manager.
Development takes place within the src-folder.
When changes are made to either of the files inside src Gulp will compile your entire project and move it to the distfolder.
Use the dist-folder to view your work, and upload to your production server.