This is a repository for building an environment compiling sass.
The CSS(SCSS) architecture of this project is based on FLOCSS. The task runner uses gulp.js.
This development environment depends on node.js v9.
Install the package.
yarn
or
npm install
Build the development file for the local server. The folder (dist) generated at this time is not subject to Git monitoring.
yarn run build
The local server is started up, and each asset is monitored for compilation.
yarn run dev