Take a look: https://winterjeferson.github.io/winter-front/
Dependencies (you must have it installed):
- Node js: https://nodejs.org/pt-br/download/
- Gulp Js: https://gulpjs.com/docs/en/getting-started/quick-start
How to start:
- Clone the projetc.
- Run "npm install".
- Than run "gulp" command.
How it works:
- Build/edit your project at "src" folder.
- Gulp will compile it at "docs" folder.
- When all the project is done, run the command "gulp deploy" to minify assets at "docs" folder.
- Upload all "docs" files to your host.
- Thats all