Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Guilherme-Chinaglia/recantobuffet
A site of buffet for a client - Recanto Buffet
https://github.com/Guilherme-Chinaglia/recantobuffet
bootstrap4 bower css3 font-awesome google-maps-api gulp html5 javascript jquery sass
Last synced: about 2 months ago
JSON representation
A site of buffet for a client - Recanto Buffet
- Host: GitHub
- URL: https://github.com/Guilherme-Chinaglia/recantobuffet
- Owner: Guilherme-Chinaglia
- Created: 2017-09-26T14:16:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T21:58:59.000Z (about 7 years ago)
- Last Synced: 2024-08-02T02:11:08.780Z (5 months ago)
- Topics: bootstrap4, bower, css3, font-awesome, google-maps-api, gulp, html5, javascript, jquery, sass
- Language: HTML
- Homepage: https://www.recantobuffet.com.br
- Size: 3.63 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- divertidalista - Site Recanto Buffet
README
# Site Recanto Buffet
## Study project and portfolio creation
### Languages, frameworks, libs, and API that i used
* HTML 5
* CSS 3
* Sass (preprocessor)
* jQuery
* Bootstrap v4.0.0-alpha.6
* Font-awesome
* Google Maps API### To run the project it's necessary to follow these steps below in your terminal (linux) or cmd (windows):
It's necessary to have node.js in your machine: (https://nodejs.org/en/)
1. git clone
2. npm install (to install the node_modules path)
3. bower install [to install the dependencies of the project (JQuery, Bootstrap and FontAwesome)]
4. gulp (use this command in your terminal linux/windows to run the tasks of the gulpfile.js file)