Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 305 Bytes

File metadata and controls

26 lines (18 loc) · 305 Bytes

Install dependencies

npm install

Develop locally with webpack-dev-server

  1. Run
npm run dev
  1. In your browser, navigate to: http://localhost:2000/

For bundled output

npm run build

For production-ready output

npm run build:prod