Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 388 Bytes

README.MD

File metadata and controls

29 lines (23 loc) · 388 Bytes

Getting started

Install

npm i

Run dev server

Runs a browsersync dev server, served from the dist folder.

npm run start

Compile

Recompiles the dist folder without browsersync.

npm run compile

Production

Run when ready for production. Re-generates the dist folder with minified files.

npm run prod

Footnotes

  • Uses Node 14