Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 609 Bytes

File metadata and controls

49 lines (28 loc) · 609 Bytes

Hello world.

This is a repository for building an environment compiling sass.

Overview

The CSS(SCSS) architecture of this project is based on FLOCSS. The task runner uses gulp.js.

start

step1

This development environment depends on node.js v9.

step2

Install the package.

yarn

or

npm install

step3

Build the development file for the local server. The folder (dist) generated at this time is not subject to Git monitoring.

yarn run build

step4

The local server is started up, and each asset is monitored for compilation.

yarn run dev