Skip to content

saintgregoire/final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hlegal law company

Final project in my first course "Frontend basic".
In this project, I first became acquainted with such tools as Gulp and JavaScript.

The layout was provided by the school.

main screen

==> View website

Summary

License

Was created under the MIT License

The file gulpfile.js was created by @Maksym Hrichina

Tools

  • Gulp
  • SCSS
  • JavaScript
  • HTML

Installation

To work with the project you will need Git, Node.js and Gulp

Local installation:

On the command line, navigate to the folder where the project will be deployed. Then copy it from GitHub:

$ git clone https://github.com/saintgregoire/final.git

Check if Node.js is installed:

$ node --version or $ node -v

Install the gulp command line utility:

npm install --global gulp-cli

Check if Gulp is installed (Clip version):

$ gulp --version

Installing dependencies:

While in the working directory in the terminal command line:
$ npm i or $ npm install
If you have vulnerabilities, dont make $ npm audit fix!!!

To start working with the project on the command line, write:

$ gulp

Build a project:

$ gulp build

Important information

  • Do not rename folders or files that contain “index” in their names.
  • Work in the "app" folder ONLY.
  • You should use the $ gulp command every time you start working on a project
  • The built project will be located in the "dist" folder

My node version

v20.10.0

My npm version

2.3.0