S
S
Sergey Konstantinov2020-11-01 21:26:38
Sass
Sergey Konstantinov, 2020-11-01 21:26:38

How to compile project from github?

Here's what's inside https://yadi.sk/i/zSS5z261cbbo6w

# Starter for html pages developing.
## What is inside?
- Webpack 4
- Pug
- Sass

How to get a finished layout from this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladik Bubin, 2020-11-01
@ikoit

Watch the screencast to understand at least something: Webpack

A
acwartz, 2020-11-02
@acwartz

Open package.json in the scripts section, the commands that collect everything will be written.
Usually like this:
npm i -g yarn gulp-cli
then from the project folder: npm i
Then npm run <command from scripts>
which one - you need to look at the package itself.

# Starter for html pages developing.
## What is inside?
- Webpack 4
- Pug
- Sass

I'm ripping something....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question