Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/winterjeferson/winter-front
- Owner: winterjeferson
- Created: 2020-01-02T13:22:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:18:20.000Z (4 months ago)
- Last Synced: 2024-11-19T10:46:30.704Z (3 months ago)
- Topics: css, css3, gulp, html, html-css, html-css-javascript, html5, javascript, sass
- Language: SCSS
- Homepage:
- Size: 8.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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-startHow 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