Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winterjeferson/winter-front

a front end framework
https://github.com/winterjeferson/winter-front

css css3 gulp html html-css html-css-javascript html5 javascript sass

Last synced: 24 days ago
JSON representation

a front end framework

Awesome Lists containing this project

README

        

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