Skip to content

robbsnor/dough

Repository files navigation

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