the technologies used in this project are : HTML5, CSS3 , Bootstrap , SASS , jQuery
within this package is a src
directory and a docs
directory for non-compiled and production ready code.
the link of this project is click here
I tried to fellow the instructions in the project file , check the document in the root project "Hippo Interview Test - Front End Developer.pdf".
Clone or download the repo to your local machine.
git clone {{remotepath}}/PROJECTNAME
Open the directory with the project.
cd PROJECTNAME
Run npm install.
npm install
Open the project in your favorite editor.
atom .
Open the terminal and run gulp
so that it compiles the project to the .tmp
.
- Every time you start working on your project, make sure to run
gulp watch
so all the files can be watched for changes and the tasks can run against those files.
gulp prod