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.
Was created under the MIT License
The file gulpfile.js was created by @Maksym Hrichina
- Gulp
- SCSS
- JavaScript
- HTML
To work with the project you will need Git, Node.js and Gulp
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
- 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
v20.10.0
2.3.0