# examples

shoplazza-sdk scaffold project

`npm i` and you have get stated

# scripts

- `npm run dev` : run dev server visit [http://localhost:8080/]
- `npm run build` run build, use `npm run dev -- --modules=pay,store` to dev customed modules
- `npm run test` run all unit tests
- `npm run test:coverage`: run test coverage
