Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 708 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 708 Bytes

html5-sass-es6-boilerplate

Build Status

A boilerplate for creating static sites using HTML5, Sass, ES6

Language

Project dependencies

Project dev dependencies

Make sure you have Node.js >= 18.0.0 installed on your machine.

Installation

npm install

Development

npm run start

Production

npm run build

After the package is generated, a /dist directory will be generated in the root directory.