Skip to content

Guilherme-Chinaglia/recantobuffet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)