Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 644 Bytes

README.MD

File metadata and controls

21 lines (15 loc) · 644 Bytes

Web shop thingy

Foreword

This is going to be our super awesome venture into the lands of an online shop without with almost Back-End.

Install

npm install

Running

Development mode

  • build once: npm run build:dev
  • start the static server and watch changes: npm run build:dev:watch
  • start the static server and watch changes: npm start (alias npm run build:dev:watch),

Production mode

  • build once: npm run build:prod
  • start the static server and watch changes: npm run build:prod:watch

Requires